Html Css Color HEX #E27C76 Geraldine

📋 copy color: '#E27C76'

red 226 ◦ green 124 ◦ blue 118

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

Shades of Geraldine #E27C76

Tints of Geraldine #E27C76

RGB

 RED value IS 226 (88.67% from 255) = 48.29%

 GREEN value IS 124 (48.83% from 255) = 26.5%

 BLUE value IS 118 (46.48% from 255) = 25.21%

R = 48.29%
G = 26.5%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E27C76 (or 0xE27C76) is known color: Geraldine. HEX triplet: E2, 7C and 76. RGB value is (226,124,118). Sum of RGB (Red+Green+Blue) = 226+124+118=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C76 is #1D8389. Grayscale: #999999. Windows color (decimal): -1934218 or 7765218. OLE color: 7765218.

HSL color Cylindrical-coordinate representation of color #E27C76: hue angle of 3.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E27C76 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 124 118 -
CMYK 0 0.45 0.48 0.11
HSL 3.33º 0.65% 0.67% -
HSV(B) 3.33º 0.48% 0.89% -
XYZ 41.84 31.89 21.09 -
YUV 153.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 226 124 118 0 0.45 0.48 0.11 3.33 0.65 0.67
Hex E2 7C 76 0 2D 30 B 3 41 43
Octal 342 174 166 0 55 60 13 3 101 103
Binary 11100010 1111100 1110110 0 101101 110000 1011 11 1000001 1000011

Color Harmonies of #E27C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C76

Black with #E27C76

Text Example


Text Example

White with #E27C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C76; }

 p { color: rgb(226,124,118); }

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

background-color css

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

 a { background-color: rgb(226,124,118); }

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

border-color css

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

 span { border-color: rgb(226,124,118); }

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