Html Css Color HEX #E8807A Geraldine

📋 copy color: '#E8807A'

red 232 ◦ green 128 ◦ blue 122

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

Shades of Geraldine #E8807A

Tints of Geraldine #E8807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 48.13%
G = 26.56%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8807A (or 0xE8807A) is known color: Geraldine. HEX triplet: E8, 80 and 7A. RGB value is (232,128,122). Sum of RGB (Red+Green+Blue) = 232+128+122=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E8807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8807A is #177F85. Grayscale: #9E9E9E. Windows color (decimal): -1539974 or 8028392. OLE color: 8028392.

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

Color convert

RGB 232 128 122 -
CMYK 0 0.45 0.47 0.09
HSL 3.27º 0.71% 0.69% -
HSV(B) 3.27º 0.47% 0.91% -
XYZ 44.51 34 22.63 -
YUV 158.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 232 128 122 0 0.45 0.47 0.09 3.27 0.71 0.69
Hex E8 80 7A 0 2D 2F 9 3 47 45
Octal 350 200 172 0 55 57 11 3 107 105
Binary 11101000 10000000 1111010 0 101101 101111 1001 11 1000111 1000101

Color Harmonies of #E8807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8807A

Black with #E8807A

Text Example


Text Example

White with #E8807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8807A; }

 p { color: rgb(232,128,122); }

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

background-color css

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

 a { background-color: rgb(232,128,122); }

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

border-color css

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

 span { border-color: rgb(232,128,122); }

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