Html Css Color HEX #EA826E Geraldine

📋 copy color: '#EA826E'

red 234 ◦ green 130 ◦ blue 110

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

Shades of Geraldine #EA826E

Tints of Geraldine #EA826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.21%

R = 49.37%
G = 27.43%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA826E (or 0xEA826E) is known color: Geraldine. HEX triplet: EA, 82 and 6E. RGB value is (234,130,110). Sum of RGB (Red+Green+Blue) = 234+130+110=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA826E is #157D91. Grayscale: #9F9F9F. Windows color (decimal): -1408402 or 7242474. OLE color: 7242474.

HSL color Cylindrical-coordinate representation of color #EA826E: hue angle of 9.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA826E is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 110 -
CMYK 0 0.44 0.53 0.08
HSL 9.68º 0.75% 0.67% -
HSV(B) 9.68º 0.53% 0.92% -
XYZ 44.73 34.58 19.07 -
YUV 158.82 100.46 181.63 -
System Red Green Blue C M Y K H S L
Decimal 234 130 110 0 0.44 0.53 0.08 9.68 0.75 0.67
Hex EA 82 6E 0 2C 35 8 A 4B 43
Octal 352 202 156 0 54 65 10 12 113 103
Binary 11101010 10000010 1101110 0 101100 110101 1000 1010 1001011 1000011

Color Harmonies of #EA826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA826E

Black with #EA826E

Text Example


Text Example

White with #EA826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA826E; }

 p { color: rgb(234,130,110); }

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

background-color css

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

 a { background-color: rgb(234,130,110); }

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

border-color css

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

 span { border-color: rgb(234,130,110); }

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