Html Css Color HEX #EE7170 Geraldine

📋 copy color: '#EE7170'

red 238 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #EE7170

Tints of Geraldine #EE7170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 51.4%
G = 24.41%
B = 24.19%

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

#EE7170 (or 0xEE7170) is known color: Geraldine. HEX triplet: EE, 71 and 70. RGB value is (238,113,112). Sum of RGB (Red+Green+Blue) = 238+113+112=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7170 is #118E8F. Grayscale: #969696. Windows color (decimal): -1150608 or 7369198. OLE color: 7369198.

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

Color convert

RGB 238 113 112 -
CMYK 0 0.53 0.53 0.07
HSL 0.48º 0.79% 0.69% -
HSV(B) 0.48º 0.53% 0.93% -
XYZ 44.09 31.16 19.02 -
YUV 150.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 238 113 112 0 0.53 0.53 0.07 0.48 0.79 0.69
Hex EE 71 70 0 35 35 7 0 4F 45
Octal 356 161 160 0 65 65 7 0 117 105
Binary 11101110 1110001 1110000 0 110101 110101 111 0 1001111 1000101

Color Harmonies of #EE7170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7170

Black with #EE7170

Text Example


Text Example

White with #EE7170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7170; }

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

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

background-color css

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

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

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

border-color css

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

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

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