Html Css Color HEX #EE6F70 Froly

📋 copy color: '#EE6F70'

red 238 ◦ green 111 ◦ blue 112

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

Shades of Froly #EE6F70

Tints of Froly #EE6F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.08%

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

R = 51.63%
G = 24.08%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6F70 (or 0xEE6F70) is known color: Froly. HEX triplet: EE, 6F and 70. RGB value is (238,111,112). Sum of RGB (Red+Green+Blue) = 238+111+112=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F70 is #11908F. Grayscale: #959595. Windows color (decimal): -1151120 or 7368686. OLE color: 7368686.

HSL color Cylindrical-coordinate representation of color #EE6F70: hue angle of 359.53º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F70 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 111 112 -
CMYK 0 0.53 0.53 0.07
HSL 359.53º 0.79% 0.68% -
HSV(B) 359.53º 0.53% 0.93% -
XYZ 43.87 30.72 18.95 -
YUV 149.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 238 111 112 0 0.53 0.53 0.07 359.53 0.79 0.68
Hex EE 6F 70 0 35 35 7 168 4F 44
Octal 356 157 160 0 65 65 7 550 117 104
Binary 11101110 1101111 1110000 0 110101 110101 111 101101000 1001111 1000100

Color Harmonies of #EE6F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6F70

Black with #EE6F70

Text Example


Text Example

White with #EE6F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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