Html Css Color HEX #E58277 Geraldine

📋 copy color: '#E58277'

red 229 ◦ green 130 ◦ blue 119

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

Shades of Geraldine #E58277

Tints of Geraldine #E58277

RGB

 RED value IS 229 (89.84% from 255) = 47.91%

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 47.91%
G = 27.2%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E58277 (or 0xE58277) is known color: Geraldine. HEX triplet: E5, 82 and 77. RGB value is (229,130,119). Sum of RGB (Red+Green+Blue) = 229+130+119=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E58277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58277 is #1A7D88. Grayscale: #9E9E9E. Windows color (decimal): -1736073 or 7832293. OLE color: 7832293.

HSL color Cylindrical-coordinate representation of color #E58277: hue angle of 6º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E58277 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 119 -
CMYK 0 0.43 0.48 0.10
HSL 0.68% 0.68% -
HSV(B) 0.48% 0.9% -
XYZ 43.63 33.96 21.71 -
YUV 158.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 229 130 119 0 0.43 0.48 0.10 6 0.68 0.68
Hex E5 82 77 0 2B 30 A 6 44 44
Octal 345 202 167 0 53 60 12 6 104 104
Binary 11100101 10000010 1110111 0 101011 110000 1010 110 1000100 1000100

Color Harmonies of #E58277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58277

Black with #E58277

Text Example


Text Example

White with #E58277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58277; }

 p { color: rgb(229,130,119); }

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

background-color css

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

 a { background-color: rgb(229,130,119); }

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

border-color css

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

 span { border-color: rgb(229,130,119); }

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