Html Css Color HEX #E88275 Geraldine

📋 copy color: '#E88275'

red 232 ◦ green 130 ◦ blue 117

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

Shades of Geraldine #E88275

Tints of Geraldine #E88275

RGB

 RED value IS 232 (91.02% from 255) = 48.43%

 GREEN value IS 130 (51.17% from 255) = 27.14%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 48.43%
G = 27.14%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E88275 (or 0xE88275) is known color: Geraldine. HEX triplet: E8, 82 and 75. RGB value is (232,130,117). Sum of RGB (Red+Green+Blue) = 232+130+117=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 232 - color contains mainly: red. Hex color #E88275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88275 is #177D8A. Grayscale: #9F9F9F. Windows color (decimal): -1539467 or 7701224. OLE color: 7701224.

HSL color Cylindrical-coordinate representation of color #E88275: hue angle of 6.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E88275 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 117 -
CMYK 0 0.44 0.50 0.09
HSL 6.78º 0.71% 0.68% -
HSV(B) 6.78º 0.5% 0.91% -
XYZ 44.47 34.41 21.13 -
YUV 159.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 232 130 117 0 0.44 0.50 0.09 6.78 0.71 0.68
Hex E8 82 75 0 2C 32 9 7 47 44
Octal 350 202 165 0 54 62 11 7 107 104
Binary 11101000 10000010 1110101 0 101100 110010 1001 111 1000111 1000100

Color Harmonies of #E88275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88275

Black with #E88275

Text Example


Text Example

White with #E88275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88275; }

 p { color: rgb(232,130,117); }

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

background-color css

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

 a { background-color: rgb(232,130,117); }

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

border-color css

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

 span { border-color: rgb(232,130,117); }

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