Html Css Color HEX #E06677 Froly

📋 copy color: '#E06677'

red 224 ◦ green 102 ◦ blue 119

#E06677
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #E06677

Tints of Froly #E06677

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 50.34%
G = 22.92%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E06677 (or 0xE06677) is known color: Froly. HEX triplet: E0, 66 and 77. RGB value is (224,102,119). Sum of RGB (Red+Green+Blue) = 224+102+119=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E06677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06677 is #1F9988. Grayscale: #8C8C8C. Windows color (decimal): -2070921 or 7825120. OLE color: 7825120.

HSL color Cylindrical-coordinate representation of color #E06677: hue angle of 351.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06677 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 102 119 -
CMYK 0 0.54 0.47 0.12
HSL 351.64º 0.66% 0.64% -
HSV(B) 351.64º 0.54% 0.88% -
XYZ 38.82 26.68 20.56 -
YUV 140.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 224 102 119 0 0.54 0.47 0.12 351.64 0.66 0.64
Hex E0 66 77 0 36 2F C 160 42 40
Octal 340 146 167 0 66 57 14 540 102 100
Binary 11100000 1100110 1110111 0 110110 101111 1100 101100000 1000010 1000000

Color Harmonies of #E06677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06677

Black with #E06677

Text Example


Text Example

White with #E06677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06677; }

 p { color: rgb(224,102,119); }

 H1.HeaderClassName
 {
   color: #E06677;
 }
 .AnyTagClassName
 {
   color: #E06677;
 }
</style>

background-color css

<style>
 a { background-color: #E06677; }

 a { background-color: rgb(224,102,119); }

 div.DivClassName
 {
   background-color: #E06677;
 }
 .BgClassName
 {
   background-color: #E06677;
 }
</style>

border-color css

<style>
 span { border-color: #E06677; }

 span { border-color: rgb(224,102,119); }

 td.TdClassName
 {
   border-color: #E06677;
 }
 .TagClassName
 {
   border-color: #E06677;
 }
</style>