Html Css Color HEX #E5726F Geraldine

📋 copy color: '#E5726F'

red 229 ◦ green 114 ◦ blue 111

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

Shades of Geraldine #E5726F

Tints of Geraldine #E5726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 50.44%
G = 25.11%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5726F (or 0xE5726F) is known color: Geraldine. HEX triplet: E5, 72 and 6F. RGB value is (229,114,111). Sum of RGB (Red+Green+Blue) = 229+114+111=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5726F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5726F is #1A8D90. Grayscale: #949494. Windows color (decimal): -1740177 or 7303909. OLE color: 7303909.

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

Color convert

RGB 229 114 111 -
CMYK 0 0.50 0.52 0.10
HSL 1.53º 0.69% 0.67% -
HSV(B) 1.53º 0.52% 0.9% -
XYZ 41.2 29.84 18.63 -
YUV 148.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 229 114 111 0 0.50 0.52 0.10 1.53 0.69 0.67
Hex E5 72 6F 0 32 34 A 2 45 43
Octal 345 162 157 0 62 64 12 2 105 103
Binary 11100101 1110010 1101111 0 110010 110100 1010 10 1000101 1000011

Color Harmonies of #E5726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5726F

Black with #E5726F

Text Example


Text Example

White with #E5726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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