Html Css Color HEX #E1726D Geraldine

📋 copy color: '#E1726D'

red 225 ◦ green 114 ◦ blue 109

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

Shades of Geraldine #E1726D

Tints of Geraldine #E1726D

RGB

 RED value IS 225 (88.28% from 255) = 50.22%

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 50.22%
G = 25.45%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1726D (or 0xE1726D) is known color: Geraldine. HEX triplet: E1, 72 and 6D. RGB value is (225,114,109). Sum of RGB (Red+Green+Blue) = 225+114+109=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1726D is #1E8D92. Grayscale: #929292. Windows color (decimal): -2002323 or 7172833. OLE color: 7172833.

HSL color Cylindrical-coordinate representation of color #E1726D: hue angle of 2.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1726D is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 114 109 -
CMYK 0 0.49 0.52 0.12
HSL 2.59º 0.66% 0.65% -
HSV(B) 2.59º 0.52% 0.88% -
XYZ 39.83 29.15 17.99 -
YUV 146.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 225 114 109 0 0.49 0.52 0.12 2.59 0.66 0.65
Hex E1 72 6D 0 31 34 C 3 42 41
Octal 341 162 155 0 61 64 14 3 102 101
Binary 11100001 1110010 1101101 0 110001 110100 1100 11 1000010 1000001

Color Harmonies of #E1726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1726D

Black with #E1726D

Text Example


Text Example

White with #E1726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1726D; }

 p { color: rgb(225,114,109); }

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

background-color css

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

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

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

border-color css

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

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

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