#EA817B

Color #EA817B Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EA817B

Tints of Geraldine #EA817B

Color information

#EA817B (or 0xEA817B) is unknown color: approx Geraldine. HEX triplet: EA, 81 and 7B. RGB value is (234,129,123). Sum of RGB (Red+Green+Blue) = 234+129+123=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA817B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA817B is #157E84. Grayscale: #9F9F9F. Windows color (decimal): -1408645 or 8094186. OLE color: 8094186.

HSL color Cylindrical-coordinate representation of color #EA817B: hue angle of 3.24º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA817B is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234129123-
CMYK00.450.470.08
HSL3.24º72.55%70%-
HSV(B)3.24º47.44%91.76%-
XYZ45.3634.6223.03-
YUV159.71107.29180.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 123 (48.44% from 255) = 25.31%
R=48.15%
G=26.54%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412912300.450.470.083.2472.5570
HexEA817B02D2F834946
Octal35220117305557103111106
Binary11101010100000011111011010110110111110001110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA817B; }

 p { color: rgb(234,129,123); }

 H1.HeaderClassName
 {
   color: #EA817B;
 }
 .AnyTagClassName
 {
   color: #EA817B;
 }
</style>
background-color css

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

 a { background-color: rgb(234,129,123); }

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

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

 span { border-color: rgb(234,129,123); }

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