Html Css Color HEX #E1726E Geraldine

📋 copy color: '#E1726E'

red 225 ◦ green 114 ◦ blue 110

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

Shades of Geraldine #E1726E

Tints of Geraldine #E1726E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 50.11%
G = 25.39%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1726E (or 0xE1726E) is known color: Geraldine. HEX triplet: E1, 72 and 6E. RGB value is (225,114,110). Sum of RGB (Red+Green+Blue) = 225+114+110=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1726E is #1E8D91. Grayscale: #929292. Windows color (decimal): -2002322 or 7238369. OLE color: 7238369.

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

Color convert

RGB 225 114 110 -
CMYK 0 0.49 0.51 0.12
HSL 2.09º 0.66% 0.66% -
HSV(B) 2.09º 0.51% 0.88% -
XYZ 39.88 29.17 18.28 -
YUV 146.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 225 114 110 0 0.49 0.51 0.12 2.09 0.66 0.66
Hex E1 72 6E 0 31 33 C 2 42 42
Octal 341 162 156 0 61 63 14 2 102 102
Binary 11100001 1110010 1101110 0 110001 110011 1100 10 1000010 1000010

Color Harmonies of #E1726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1726E

Black with #E1726E

Text Example


Text Example

White with #E1726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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