Html Css Color HEX #E1706F Geraldine

📋 copy color: '#E1706F'

red 225 ◦ green 112 ◦ blue 111

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

Shades of Geraldine #E1706F

Tints of Geraldine #E1706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 50.22%
G = 25%
B = 24.78%

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

#E1706F (or 0xE1706F) is known color: Geraldine. HEX triplet: E1, 70 and 6F. RGB value is (225,112,111). Sum of RGB (Red+Green+Blue) = 225+112+111=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1706F is #1E8F90. Grayscale: #919191. Windows color (decimal): -2002833 or 7303393. OLE color: 7303393.

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

Color convert

RGB 225 112 111 -
CMYK 0 0.50 0.51 0.12
HSL 0.53º 0.66% 0.66% -
HSV(B) 0.53º 0.51% 0.88% -
XYZ 39.71 28.74 18.49 -
YUV 145.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 225 112 111 0 0.50 0.51 0.12 0.53 0.66 0.66
Hex E1 70 6F 0 32 33 C 1 42 42
Octal 341 160 157 0 62 63 14 1 102 102
Binary 11100001 1110000 1101111 0 110010 110011 1100 1 1000010 1000010

Color Harmonies of #E1706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1706F

Black with #E1706F

Text Example


Text Example

White with #E1706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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