Html Css Color HEX #E1706E Geraldine

📋 copy color: '#E1706E'

red 225 ◦ green 112 ◦ blue 110

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

Shades of Geraldine #E1706E

Tints of Geraldine #E1706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 50.34%
G = 25.06%
B = 24.61%

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

#E1706E (or 0xE1706E) is known color: Geraldine. HEX triplet: E1, 70 and 6E. RGB value is (225,112,110). Sum of RGB (Red+Green+Blue) = 225+112+110=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1706E is #1E8F91. Grayscale: #919191. Windows color (decimal): -2002834 or 7237857. OLE color: 7237857.

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

Color convert

RGB 225 112 110 -
CMYK 0 0.50 0.51 0.12
HSL 1.04º 0.66% 0.66% -
HSV(B) 1.04º 0.51% 0.88% -
XYZ 39.66 28.72 18.21 -
YUV 145.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 225 112 110 0 0.50 0.51 0.12 1.04 0.66 0.66
Hex E1 70 6E 0 32 33 C 1 42 42
Octal 341 160 156 0 62 63 14 1 102 102
Binary 11100001 1110000 1101110 0 110010 110011 1100 1 1000010 1000010

Color Harmonies of #E1706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1706E

Black with #E1706E

Text Example


Text Example

White with #E1706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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