Html Css Color HEX #E1756F Geraldine

📋 copy color: '#E1756F'

red 225 ◦ green 117 ◦ blue 111

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

Shades of Geraldine #E1756F

Tints of Geraldine #E1756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.83%

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

R = 49.67%
G = 25.83%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E1756F (or 0xE1756F) is known color: Geraldine. HEX triplet: E1, 75 and 6F. RGB value is (225,117,111). Sum of RGB (Red+Green+Blue) = 225+117+111=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1756F is #1E8A90. Grayscale: #949494. Windows color (decimal): -2001553 or 7304673. OLE color: 7304673.

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

Color convert

RGB 225 117 111 -
CMYK 0 0.48 0.51 0.12
HSL 3.16º 0.66% 0.66% -
HSV(B) 3.16º 0.51% 0.88% -
XYZ 40.28 29.88 18.68 -
YUV 148.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 225 117 111 0 0.48 0.51 0.12 3.16 0.66 0.66
Hex E1 75 6F 0 30 33 C 3 42 42
Octal 341 165 157 0 60 63 14 3 102 102
Binary 11100001 1110101 1101111 0 110000 110011 1100 11 1000010 1000010

Color Harmonies of #E1756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1756F

Black with #E1756F

Text Example


Text Example

White with #E1756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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