Html Css Color HEX #E1716C Geraldine

📋 copy color: '#E1716C'

red 225 ◦ green 113 ◦ blue 108

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

Shades of Geraldine #E1716C

Tints of Geraldine #E1716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.22%

R = 50.45%
G = 25.34%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1716C (or 0xE1716C) is known color: Geraldine. HEX triplet: E1, 71 and 6C. RGB value is (225,113,108). Sum of RGB (Red+Green+Blue) = 225+113+108=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1716C is #1E8E93. Grayscale: #929292. Windows color (decimal): -2002580 or 7107041. OLE color: 7107041.

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

Color convert

RGB 225 113 108 -
CMYK 0 0.50 0.52 0.12
HSL 2.56º 0.66% 0.65% -
HSV(B) 2.56º 0.52% 0.88% -
XYZ 39.66 28.9 17.68 -
YUV 145.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 225 113 108 0 0.50 0.52 0.12 2.56 0.66 0.65
Hex E1 71 6C 0 32 34 C 3 42 41
Octal 341 161 154 0 62 64 14 3 102 101
Binary 11100001 1110001 1101100 0 110010 110100 1100 11 1000010 1000001

Color Harmonies of #E1716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1716C

Black with #E1716C

Text Example


Text Example

White with #E1716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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