Html Css Color HEX #EE8070 Geraldine

📋 copy color: '#EE8070'

red 238 ◦ green 128 ◦ blue 112

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

Shades of Geraldine #EE8070

Tints of Geraldine #EE8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

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

R = 49.79%
G = 26.78%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE8070 (or 0xEE8070) is known color: Geraldine. HEX triplet: EE, 80 and 70. RGB value is (238,128,112). Sum of RGB (Red+Green+Blue) = 238+128+112=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8070 is #117F8F. Grayscale: #9F9F9F. Windows color (decimal): -1146768 or 7373038. OLE color: 7373038.

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

Color convert

RGB 238 128 112 -
CMYK 0 0.46 0.53 0.07
HSL 7.62º 0.79% 0.69% -
HSV(B) 7.62º 0.53% 0.93% -
XYZ 45.9 34.79 19.62 -
YUV 159.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 238 128 112 0 0.46 0.53 0.07 7.62 0.79 0.69
Hex EE 80 70 0 2E 35 7 8 4F 45
Octal 356 200 160 0 56 65 7 10 117 105
Binary 11101110 10000000 1110000 0 101110 110101 111 1000 1001111 1000101

Color Harmonies of #EE8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8070

Black with #EE8070

Text Example


Text Example

White with #EE8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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