Html Css Color HEX #E27977 Geraldine

📋 copy color: '#E27977'

red 226 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #E27977

Tints of Geraldine #E27977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.97%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 48.5%
G = 25.97%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E27977 (or 0xE27977) is known color: Geraldine. HEX triplet: E2, 79 and 77. RGB value is (226,121,119). Sum of RGB (Red+Green+Blue) = 226+121+119=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E27977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27977 is #1D8688. Grayscale: #989898. Windows color (decimal): -1934985 or 7829986. OLE color: 7829986.

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

Color convert

RGB 226 121 119 -
CMYK 0 0.46 0.47 0.11
HSL 1.12º 0.65% 0.68% -
HSV(B) 1.12º 0.47% 0.89% -
XYZ 41.53 31.18 21.28 -
YUV 152.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 226 121 119 0 0.46 0.47 0.11 1.12 0.65 0.68
Hex E2 79 77 0 2E 2F B 1 41 44
Octal 342 171 167 0 56 57 13 1 101 104
Binary 11100010 1111001 1110111 0 101110 101111 1011 1 1000001 1000100

Color Harmonies of #E27977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27977

Black with #E27977

Text Example


Text Example

White with #E27977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27977; }

 p { color: rgb(226,121,119); }

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

background-color css

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

 a { background-color: rgb(226,121,119); }

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

border-color css

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

 span { border-color: rgb(226,121,119); }

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