Html Css Color HEX #E1716D Geraldine

📋 copy color: '#E1716D'

red 225 ◦ green 113 ◦ blue 109

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

Shades of Geraldine #E1716D

Tints of Geraldine #E1716D

RGB

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

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

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

R = 50.34%
G = 25.28%
B = 24.38%

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

#E1716D (or 0xE1716D) is known color: Geraldine. HEX triplet: E1, 71 and 6D. RGB value is (225,113,109). Sum of RGB (Red+Green+Blue) = 225+113+109=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1716D is #1E8E92. Grayscale: #929292. Windows color (decimal): -2002579 or 7172577. OLE color: 7172577.

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

Color convert

RGB 225 113 109 -
CMYK 0 0.50 0.52 0.12
HSL 2.07º 0.66% 0.65% -
HSV(B) 2.07º 0.52% 0.88% -
XYZ 39.72 28.92 17.96 -
YUV 146.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 225 113 109 0 0.50 0.52 0.12 2.07 0.66 0.65
Hex E1 71 6D 0 32 34 C 2 42 41
Octal 341 161 155 0 62 64 14 2 102 101
Binary 11100001 1110001 1101101 0 110010 110100 1100 10 1000010 1000001

Color Harmonies of #E1716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1716D

Black with #E1716D

Text Example


Text Example

White with #E1716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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