Html Css Color HEX #EA7569 Geraldine

📋 copy color: '#EA7569'

red 234 ◦ green 117 ◦ blue 105

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

Shades of Geraldine #EA7569

Tints of Geraldine #EA7569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 51.32%
G = 25.66%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA7569 (or 0xEA7569) is known color: Geraldine. HEX triplet: EA, 75 and 69. RGB value is (234,117,105). Sum of RGB (Red+Green+Blue) = 234+117+105=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7569 is #158A96. Grayscale: #969696. Windows color (decimal): -1411735 or 6911466. OLE color: 6911466.

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

Color convert

RGB 234 117 105 -
CMYK 0 0.5 0.55 0.08
HSL 5.58º 0.75% 0.66% -
HSV(B) 5.58º 0.55% 0.92% -
XYZ 42.84 31.23 17.14 -
YUV 150.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 234 117 105 0 0.5 0.55 0.08 5.58 0.75 0.66
Hex EA 75 69 0 32 37 8 6 4B 42
Octal 352 165 151 0 62 67 10 6 113 102
Binary 11101010 1110101 1101001 0 110010 110111 1000 110 1001011 1000010

Color Harmonies of #EA7569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7569

Black with #EA7569

Text Example


Text Example

White with #EA7569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7569; }

 p { color: rgb(234,117,105); }

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

background-color css

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

 a { background-color: rgb(234,117,105); }

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

border-color css

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

 span { border-color: rgb(234,117,105); }

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