Html Css Color HEX #E1776D Geraldine

📋 copy color: '#E1776D'

red 225 ◦ green 119 ◦ blue 109

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

Shades of Geraldine #E1776D

Tints of Geraldine #E1776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.06%

R = 49.67%
G = 26.27%
B = 24.06%

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

#E1776D (or 0xE1776D) is known color: Geraldine. HEX triplet: E1, 77 and 6D. RGB value is (225,119,109). Sum of RGB (Red+Green+Blue) = 225+119+109=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776D is #1E8892. Grayscale: #959595. Windows color (decimal): -2001043 or 7174113. OLE color: 7174113.

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

Color convert

RGB 225 119 109 -
CMYK 0 0.47 0.52 0.12
HSL 5.17º 0.66% 0.65% -
HSV(B) 5.17º 0.52% 0.88% -
XYZ 40.41 30.31 18.19 -
YUV 149.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 225 119 109 0 0.47 0.52 0.12 5.17 0.66 0.65
Hex E1 77 6D 0 2F 34 C 5 42 41
Octal 341 167 155 0 57 64 14 5 102 101
Binary 11100001 1110111 1101101 0 101111 110100 1100 101 1000010 1000001

Color Harmonies of #E1776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1776D

Black with #E1776D

Text Example


Text Example

White with #E1776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1776D; }

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

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

background-color css

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

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

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

border-color css

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

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

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