Html Css Color HEX #E1776C Geraldine

📋 copy color: '#E1776C'

red 225 ◦ green 119 ◦ blue 108

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

Shades of Geraldine #E1776C

Tints of Geraldine #E1776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.33%

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

R = 49.78%
G = 26.33%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1776C (or 0xE1776C) is known color: Geraldine. HEX triplet: E1, 77 and 6C. RGB value is (225,119,108). Sum of RGB (Red+Green+Blue) = 225+119+108=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776C is #1E8893. Grayscale: #959595. Windows color (decimal): -2001044 or 7108577. OLE color: 7108577.

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

Color convert

RGB 225 119 108 -
CMYK 0 0.47 0.52 0.12
HSL 5.64º 0.66% 0.65% -
HSV(B) 5.64º 0.52% 0.88% -
XYZ 40.35 30.28 17.91 -
YUV 149.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 225 119 108 0 0.47 0.52 0.12 5.64 0.66 0.65
Hex E1 77 6C 0 2F 34 C 6 42 41
Octal 341 167 154 0 57 64 14 6 102 101
Binary 11100001 1110111 1101100 0 101111 110100 1100 110 1000010 1000001

Color Harmonies of #E1776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1776C

Black with #E1776C

Text Example


Text Example

White with #E1776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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