Html Css Color HEX #EA857A Geraldine

📋 copy color: '#EA857A'

red 234 ◦ green 133 ◦ blue 122

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

Shades of Geraldine #EA857A

Tints of Geraldine #EA857A

RGB

 RED value IS 234 (91.8% from 255) = 47.85%

 GREEN value IS 133 (52.34% from 255) = 27.2%

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

R = 47.85%
G = 27.2%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA857A (or 0xEA857A) is known color: Geraldine. HEX triplet: EA, 85 and 7A. RGB value is (234,133,122). Sum of RGB (Red+Green+Blue) = 234+133+122=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA857A is #157A85. Grayscale: #A2A2A2. Windows color (decimal): -1407622 or 8029674. OLE color: 8029674.

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

Color convert

RGB 234 133 122 -
CMYK 0 0.43 0.48 0.08
HSL 5.89º 0.73% 0.7% -
HSV(B) 5.89º 0.48% 0.92% -
XYZ 45.83 35.67 22.88 -
YUV 161.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 234 133 122 0 0.43 0.48 0.08 5.89 0.73 0.7
Hex EA 85 7A 0 2B 30 8 6 49 46
Octal 352 205 172 0 53 60 10 6 111 106
Binary 11101010 10000101 1111010 0 101011 110000 1000 110 1001001 1000110

Color Harmonies of #EA857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA857A

Black with #EA857A

Text Example


Text Example

White with #EA857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA857A; }

 p { color: rgb(234,133,122); }

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

background-color css

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

 a { background-color: rgb(234,133,122); }

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

border-color css

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

 span { border-color: rgb(234,133,122); }

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