Html Css Color HEX #EE7570 Geraldine

📋 copy color: '#EE7570'

red 238 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #EE7570

Tints of Geraldine #EE7570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.05%

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

R = 50.96%
G = 25.05%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE7570 (or 0xEE7570) is known color: Geraldine. HEX triplet: EE, 75 and 70. RGB value is (238,117,112). Sum of RGB (Red+Green+Blue) = 238+117+112=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7570 is #118A8F. Grayscale: #989898. Windows color (decimal): -1149584 or 7370222. OLE color: 7370222.

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

Color convert

RGB 238 117 112 -
CMYK 0 0.51 0.53 0.07
HSL 2.38º 0.79% 0.69% -
HSV(B) 2.38º 0.53% 0.93% -
XYZ 44.55 32.07 19.17 -
YUV 152.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 238 117 112 0 0.51 0.53 0.07 2.38 0.79 0.69
Hex EE 75 70 0 33 35 7 2 4F 45
Octal 356 165 160 0 63 65 7 2 117 105
Binary 11101110 1110101 1110000 0 110011 110101 111 10 1001111 1000101

Color Harmonies of #EE7570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7570

Black with #EE7570

Text Example


Text Example

White with #EE7570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7570; }

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

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

background-color css

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

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

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

border-color css

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

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

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