Html Css Color HEX #EE6072 Froly

📋 copy color: '#EE6072'

red 238 ◦ green 96 ◦ blue 114

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

Shades of Froly #EE6072

Tints of Froly #EE6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 53.13%
G = 21.43%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE6072 (or 0xEE6072) is known color: Froly. HEX triplet: EE, 60 and 72. RGB value is (238,96,114). Sum of RGB (Red+Green+Blue) = 238+96+114=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6072 is #119F8D. Grayscale: #8C8C8C. Windows color (decimal): -1154958 or 7495918. OLE color: 7495918.

HSL color Cylindrical-coordinate representation of color #EE6072: hue angle of 352.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6072 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 114 -
CMYK 0 0.60 0.52 0.07
HSL 352.39º 0.81% 0.65% -
HSV(B) 352.39º 0.6% 0.93% -
XYZ 42.48 27.76 19.04 -
YUV 140.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 238 96 114 0 0.60 0.52 0.07 352.39 0.81 0.65
Hex EE 60 72 0 3C 34 7 160 51 41
Octal 356 140 162 0 74 64 7 540 121 101
Binary 11101110 1100000 1110010 0 111100 110100 111 101100000 1010001 1000001

Color Harmonies of #EE6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6072

Black with #EE6072

Text Example


Text Example

White with #EE6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6072; }

 p { color: rgb(238,96,114); }

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

background-color css

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

 a { background-color: rgb(238,96,114); }

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

border-color css

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

 span { border-color: rgb(238,96,114); }

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