Html Css Color HEX #EE6571 Froly

📋 copy color: '#EE6571'

red 238 ◦ green 101 ◦ blue 113

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

Shades of Froly #EE6571

Tints of Froly #EE6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.35%

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

R = 52.65%
G = 22.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6571 (or 0xEE6571) is known color: Froly. HEX triplet: EE, 65 and 71. RGB value is (238,101,113). Sum of RGB (Red+Green+Blue) = 238+101+113=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6571 is #119A8E. Grayscale: #8F8F8F. Windows color (decimal): -1153679 or 7431662. OLE color: 7431662.

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

Color convert

RGB 238 101 113 -
CMYK 0 0.58 0.53 0.07
HSL 354.74º 0.8% 0.66% -
HSV(B) 354.74º 0.58% 0.93% -
XYZ 42.89 28.68 18.9 -
YUV 143.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 238 101 113 0 0.58 0.53 0.07 354.74 0.8 0.66
Hex EE 65 71 0 3A 35 7 163 50 42
Octal 356 145 161 0 72 65 7 543 120 102
Binary 11101110 1100101 1110001 0 111010 110101 111 101100011 1010000 1000010

Color Harmonies of #EE6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6571

Black with #EE6571

Text Example


Text Example

White with #EE6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6571; }

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

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

background-color css

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

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

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

border-color css

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

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

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