Html Css Color HEX #EE6570 Froly

📋 copy color: '#EE6570'

red 238 ◦ green 101 ◦ blue 112

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

Shades of Froly #EE6570

Tints of Froly #EE6570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 52.77%
G = 22.39%
B = 24.83%

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

#EE6570 (or 0xEE6570) is known color: Froly. HEX triplet: EE, 65 and 70. RGB value is (238,101,112). Sum of RGB (Red+Green+Blue) = 238+101+112=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6570 is #119A8F. Grayscale: #8F8F8F. Windows color (decimal): -1153680 or 7366126. OLE color: 7366126.

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

Color convert

RGB 238 101 112 -
CMYK 0 0.58 0.53 0.07
HSL 355.18º 0.8% 0.66% -
HSV(B) 355.18º 0.58% 0.93% -
XYZ 42.84 28.65 18.6 -
YUV 143.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 238 101 112 0 0.58 0.53 0.07 355.18 0.8 0.66
Hex EE 65 70 0 3A 35 7 163 50 42
Octal 356 145 160 0 72 65 7 543 120 102
Binary 11101110 1100101 1110000 0 111010 110101 111 101100011 1010000 1000010

Color Harmonies of #EE6570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6570

Black with #EE6570

Text Example


Text Example

White with #EE6570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6570; }

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

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

background-color css

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

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

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

border-color css

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

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

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