Html Css Color HEX #E1776A Geraldine

📋 copy color: '#E1776A'

red 225 ◦ green 119 ◦ blue 106

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

Shades of Geraldine #E1776A

Tints of Geraldine #E1776A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.56%

R = 50%
G = 26.44%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1776A (or 0xE1776A) is known color: Geraldine. HEX triplet: E1, 77 and 6A. RGB value is (225,119,106). Sum of RGB (Red+Green+Blue) = 225+119+106=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 106 (41.80% from 255 or 23.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776A is #1E8895. Grayscale: #959595. Windows color (decimal): -2001046 or 6977505. OLE color: 6977505.

HSL color Cylindrical-coordinate representation of color #E1776A: hue angle of 6.55º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1776A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 119 106 -
CMYK 0 0.47 0.53 0.12
HSL 6.55º 0.66% 0.65% -
HSV(B) 6.55º 0.53% 0.88% -
XYZ 40.25 30.24 17.35 -
YUV 149.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 225 119 106 0 0.47 0.53 0.12 6.55 0.66 0.65
Hex E1 77 6A 0 2F 35 C 7 42 41
Octal 341 167 152 0 57 65 14 7 102 101
Binary 11100001 1110111 1101010 0 101111 110101 1100 111 1000010 1000001

Color Harmonies of #E1776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1776A

Black with #E1776A

Text Example


Text Example

White with #E1776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1776A; }

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

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

background-color css

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

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

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

border-color css

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

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

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