Html Css Color HEX #E1716E Geraldine

📋 copy color: '#E1716E'

red 225 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #E1716E

Tints of Geraldine #E1716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 50.22%
G = 25.22%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1716E (or 0xE1716E) is known color: Geraldine. HEX triplet: E1, 71 and 6E. RGB value is (225,113,110). Sum of RGB (Red+Green+Blue) = 225+113+110=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1716E is #1E8E91. Grayscale: #929292. Windows color (decimal): -2002578 or 7238113. OLE color: 7238113.

HSL color Cylindrical-coordinate representation of color #E1716E: hue angle of 1.57º 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 #E1716E is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 113 110 -
CMYK 0 0.50 0.51 0.12
HSL 1.57º 0.66% 0.66% -
HSV(B) 1.57º 0.51% 0.88% -
XYZ 39.77 28.94 18.24 -
YUV 146.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 225 113 110 0 0.50 0.51 0.12 1.57 0.66 0.66
Hex E1 71 6E 0 32 33 C 2 42 42
Octal 341 161 156 0 62 63 14 2 102 102
Binary 11100001 1110001 1101110 0 110010 110011 1100 10 1000010 1000010

Color Harmonies of #E1716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1716E

Black with #E1716E

Text Example


Text Example

White with #E1716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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