Html Css Color HEX #E1746E Geraldine

📋 copy color: '#E1746E'

red 225 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #E1746E

Tints of Geraldine #E1746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 49.89%
G = 25.72%
B = 24.39%

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

#E1746E (or 0xE1746E) is known color: Geraldine. HEX triplet: E1, 74 and 6E. RGB value is (225,116,110). Sum of RGB (Red+Green+Blue) = 225+116+110=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1746E is #1E8B91. Grayscale: #949494. Windows color (decimal): -2001810 or 7238881. OLE color: 7238881.

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

Color convert

RGB 225 116 110 -
CMYK 0 0.48 0.51 0.12
HSL 3.13º 0.66% 0.66% -
HSV(B) 3.13º 0.51% 0.88% -
XYZ 40.11 29.62 18.36 -
YUV 147.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 225 116 110 0 0.48 0.51 0.12 3.13 0.66 0.66
Hex E1 74 6E 0 30 33 C 3 42 42
Octal 341 164 156 0 60 63 14 3 102 102
Binary 11100001 1110100 1101110 0 110000 110011 1100 11 1000010 1000010

Color Harmonies of #E1746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1746E

Black with #E1746E

Text Example


Text Example

White with #E1746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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