Html Css Color HEX #E8827A Geraldine

📋 copy color: '#E8827A'

red 232 ◦ green 130 ◦ blue 122

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

Shades of Geraldine #E8827A

Tints of Geraldine #E8827A

RGB

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

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

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

R = 47.93%
G = 26.86%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8827A (or 0xE8827A) is known color: Geraldine. HEX triplet: E8, 82 and 7A. RGB value is (232,130,122). Sum of RGB (Red+Green+Blue) = 232+130+122=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8827A is #177D85. Grayscale: #9F9F9F. Windows color (decimal): -1539462 or 8028904. OLE color: 8028904.

HSL color Cylindrical-coordinate representation of color #E8827A: hue angle of 4.36º 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 #E8827A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 122 -
CMYK 0 0.44 0.47 0.09
HSL 4.36º 0.71% 0.69% -
HSV(B) 4.36º 0.47% 0.91% -
XYZ 44.77 34.53 22.72 -
YUV 159.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 232 130 122 0 0.44 0.47 0.09 4.36 0.71 0.69
Hex E8 82 7A 0 2C 2F 9 4 47 45
Octal 350 202 172 0 54 57 11 4 107 105
Binary 11101000 10000010 1111010 0 101100 101111 1001 100 1000111 1000101

Color Harmonies of #E8827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8827A

Black with #E8827A

Text Example


Text Example

White with #E8827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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