Html Css Color HEX #EE6370 Froly

📋 copy color: '#EE6370'

red 238 ◦ green 99 ◦ blue 112

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

Shades of Froly #EE6370

Tints of Froly #EE6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

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

R = 53.01%
G = 22.05%
B = 24.94%

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

#EE6370 (or 0xEE6370) is known color: Froly. HEX triplet: EE, 63 and 70. RGB value is (238,99,112). Sum of RGB (Red+Green+Blue) = 238+99+112=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6370 is #119C8F. Grayscale: #8E8E8E. Windows color (decimal): -1154192 or 7365614. OLE color: 7365614.

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

Color convert

RGB 238 99 112 -
CMYK 0 0.58 0.53 0.07
HSL 354.39º 0.8% 0.66% -
HSV(B) 354.39º 0.58% 0.93% -
XYZ 42.65 28.27 18.54 -
YUV 142.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 238 99 112 0 0.58 0.53 0.07 354.39 0.8 0.66
Hex EE 63 70 0 3A 35 7 162 50 42
Octal 356 143 160 0 72 65 7 542 120 102
Binary 11101110 1100011 1110000 0 111010 110101 111 101100010 1010000 1000010

Color Harmonies of #EE6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6370

Black with #EE6370

Text Example


Text Example

White with #EE6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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