Html Css Color HEX #E88279 Geraldine

📋 copy color: '#E88279'

red 232 ◦ green 130 ◦ blue 121

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

Shades of Geraldine #E88279

Tints of Geraldine #E88279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 48.03%
G = 26.92%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E88279 (or 0xE88279) is known color: Geraldine. HEX triplet: E8, 82 and 79. RGB value is (232,130,121). Sum of RGB (Red+Green+Blue) = 232+130+121=483 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.03% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 232 - color contains mainly: red. Hex color #E88279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88279 is #177D86. Grayscale: #9F9F9F. Windows color (decimal): -1539463 or 7963368. OLE color: 7963368.

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

Color convert

RGB 232 130 121 -
CMYK 0 0.44 0.48 0.09
HSL 4.86º 0.71% 0.69% -
HSV(B) 4.86º 0.48% 0.91% -
XYZ 44.71 34.5 22.39 -
YUV 159.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 232 130 121 0 0.44 0.48 0.09 4.86 0.71 0.69
Hex E8 82 79 0 2C 30 9 5 47 45
Octal 350 202 171 0 54 60 11 5 107 105
Binary 11101000 10000010 1111001 0 101100 110000 1001 101 1000111 1000101

Color Harmonies of #E88279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E88279

Black with #E88279

Text Example


Text Example

White with #E88279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E88279; }

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

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

background-color css

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

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

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

border-color css

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

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

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