Html Css Color HEX #E1776B Geraldine

📋 copy color: '#E1776B'

red 225 ◦ green 119 ◦ blue 107

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

Shades of Geraldine #E1776B

Tints of Geraldine #E1776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 49.89%
G = 26.39%
B = 23.73%

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

#E1776B (or 0xE1776B) is known color: Geraldine. HEX triplet: E1, 77 and 6B. RGB value is (225,119,107). Sum of RGB (Red+Green+Blue) = 225+119+107=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1776B is #1E8894. Grayscale: #959595. Windows color (decimal): -2001045 or 7043041. OLE color: 7043041.

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

Color convert

RGB 225 119 107 -
CMYK 0 0.47 0.52 0.12
HSL 6.1º 0.66% 0.65% -
HSV(B) 6.1º 0.52% 0.88% -
XYZ 40.3 30.26 17.63 -
YUV 149.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 225 119 107 0 0.47 0.52 0.12 6.1 0.66 0.65
Hex E1 77 6B 0 2F 34 C 6 42 41
Octal 341 167 153 0 57 64 14 6 102 101
Binary 11100001 1110111 1101011 0 101111 110100 1100 110 1000010 1000001

Color Harmonies of #E1776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1776B

Black with #E1776B

Text Example


Text Example

White with #E1776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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