Html Css Color HEX #EE6A77 Froly

📋 copy color: '#EE6A77'

red 238 ◦ green 106 ◦ blue 119

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

Shades of Froly #EE6A77

Tints of Froly #EE6A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.89%

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

R = 51.4%
G = 22.89%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE6A77 (or 0xEE6A77) is known color: Froly. HEX triplet: EE, 6A and 77. RGB value is (238,106,119). Sum of RGB (Red+Green+Blue) = 238+106+119=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A77 is #119588. Grayscale: #939393. Windows color (decimal): -1152393 or 7826158. OLE color: 7826158.

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

Color convert

RGB 238 106 119 -
CMYK 0 0.55 0.50 0.07
HSL 354.09º 0.8% 0.67% -
HSV(B) 354.09º 0.55% 0.93% -
XYZ 43.74 29.82 20.9 -
YUV 146.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 238 106 119 0 0.55 0.50 0.07 354.09 0.8 0.67
Hex EE 6A 77 0 37 32 7 162 50 43
Octal 356 152 167 0 67 62 7 542 120 103
Binary 11101110 1101010 1110111 0 110111 110010 111 101100010 1010000 1000011

Color Harmonies of #EE6A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A77

Black with #EE6A77

Text Example


Text Example

White with #EE6A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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