Html Css Color HEX #E1756C Geraldine

📋 copy color: '#E1756C'

red 225 ◦ green 117 ◦ blue 108

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

Shades of Geraldine #E1756C

Tints of Geraldine #E1756C

RGB

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

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

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

R = 50%
G = 26%
B = 24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1756C (or 0xE1756C) is known color: Geraldine. HEX triplet: E1, 75 and 6C. RGB value is (225,117,108). Sum of RGB (Red+Green+Blue) = 225+117+108=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1756C is #1E8A93. Grayscale: #949494. Windows color (decimal): -2001556 or 7108065. OLE color: 7108065.

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

Color convert

RGB 225 117 108 -
CMYK 0 0.48 0.52 0.12
HSL 4.62º 0.66% 0.65% -
HSV(B) 4.62º 0.52% 0.88% -
XYZ 40.12 29.81 17.83 -
YUV 148.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 225 117 108 0 0.48 0.52 0.12 4.62 0.66 0.65
Hex E1 75 6C 0 30 34 C 5 42 41
Octal 341 165 154 0 60 64 14 5 102 101
Binary 11100001 1110101 1101100 0 110000 110100 1100 101 1000010 1000001

Color Harmonies of #E1756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1756C

Black with #E1756C

Text Example


Text Example

White with #E1756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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