Html Css Color HEX #EE6477 Froly

📋 copy color: '#EE6477'

red 238 ◦ green 100 ◦ blue 119

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

Shades of Froly #EE6477

Tints of Froly #EE6477

RGB

 RED value IS 238 (93.36% from 255) = 52.08%

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 52.08%
G = 21.88%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE6477 (or 0xEE6477) is known color: Froly. HEX triplet: EE, 64 and 77. RGB value is (238,100,119). Sum of RGB (Red+Green+Blue) = 238+100+119=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6477 is #119B88. Grayscale: #8F8F8F. Windows color (decimal): -1153929 or 7824622. OLE color: 7824622.

HSL color Cylindrical-coordinate representation of color #EE6477: hue angle of 351.74º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6477 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 100 119 -
CMYK 0 0.58 0.50 0.07
HSL 351.74º 0.8% 0.66% -
HSV(B) 351.74º 0.58% 0.93% -
XYZ 43.15 28.62 20.7 -
YUV 143.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 238 100 119 0 0.58 0.50 0.07 351.74 0.8 0.66
Hex EE 64 77 0 3A 32 7 160 50 42
Octal 356 144 167 0 72 62 7 540 120 102
Binary 11101110 1100100 1110111 0 111010 110010 111 101100000 1010000 1000010

Color Harmonies of #EE6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6477

Black with #EE6477

Text Example


Text Example

White with #EE6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6477; }

 p { color: rgb(238,100,119); }

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

background-color css

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

 a { background-color: rgb(238,100,119); }

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

border-color css

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

 span { border-color: rgb(238,100,119); }

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