Html Css Color HEX #EE6071 Froly

📋 copy color: '#EE6071'

red 238 ◦ green 96 ◦ blue 113

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

Shades of Froly #EE6071

Tints of Froly #EE6071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 53.24%
G = 21.48%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6071 (or 0xEE6071) is known color: Froly. HEX triplet: EE, 60 and 71. RGB value is (238,96,113). Sum of RGB (Red+Green+Blue) = 238+96+113=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6071 is #119F8E. Grayscale: #8C8C8C. Windows color (decimal): -1154959 or 7430382. OLE color: 7430382.

HSL color Cylindrical-coordinate representation of color #EE6071: hue angle of 352.82º 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 #EE6071 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 113 -
CMYK 0 0.60 0.53 0.07
HSL 352.82º 0.81% 0.65% -
HSV(B) 352.82º 0.6% 0.93% -
XYZ 42.42 27.74 18.74 -
YUV 140.4 112.54 197.62 -
System Red Green Blue C M Y K H S L
Decimal 238 96 113 0 0.60 0.53 0.07 352.82 0.81 0.65
Hex EE 60 71 0 3C 35 7 161 51 41
Octal 356 140 161 0 74 65 7 541 121 101
Binary 11101110 1100000 1110001 0 111100 110101 111 101100001 1010001 1000001

Color Harmonies of #EE6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6071

Black with #EE6071

Text Example


Text Example

White with #EE6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6071; }

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

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

background-color css

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

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

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

border-color css

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

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

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