Html Css Color HEX #E57272 Geraldine

📋 copy color: '#E57272'

red 229 ◦ green 114 ◦ blue 114

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

Shades of Geraldine #E57272

Tints of Geraldine #E57272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.95%

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 50.11%
G = 24.95%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E57272 (or 0xE57272) is known color: Geraldine. HEX triplet: E5, 72 and 72. RGB value is (229,114,114). Sum of RGB (Red+Green+Blue) = 229+114+114=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E57272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57272 is #1A8D8D. Grayscale: #949494. Windows color (decimal): -1740174 or 7500517. OLE color: 7500517.

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

Color convert

RGB 229 114 114 -
CMYK 0 0.50 0.50 0.10
HSL 0.69% 0.67% -
HSV(B) 0.5% 0.9% -
XYZ 41.37 29.91 19.51 -
YUV 148.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 229 114 114 0 0.50 0.50 0.10 0 0.69 0.67
Hex E5 72 72 0 32 32 A 0 45 43
Octal 345 162 162 0 62 62 12 0 105 103
Binary 11100101 1110010 1110010 0 110010 110010 1010 0 1000101 1000011

Color Harmonies of #E57272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57272

Black with #E57272

Text Example


Text Example

White with #E57272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57272; }

 p { color: rgb(229,114,114); }

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

background-color css

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

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

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

border-color css

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

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

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