Html Css Color HEX #E27770 Geraldine

📋 copy color: '#E27770'

red 226 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #E27770

Tints of Geraldine #E27770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 49.45%
G = 26.04%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E27770 (or 0xE27770) is known color: Geraldine. HEX triplet: E2, 77 and 70. RGB value is (226,119,112). Sum of RGB (Red+Green+Blue) = 226+119+112=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E27770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27770 is #1D888F. Grayscale: #969696. Windows color (decimal): -1935504 or 7370722. OLE color: 7370722.

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

Color convert

RGB 226 119 112 -
CMYK 0 0.47 0.50 0.11
HSL 3.68º 0.66% 0.66% -
HSV(B) 3.68º 0.5% 0.89% -
XYZ 40.89 30.53 19.07 -
YUV 150.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 226 119 112 0 0.47 0.50 0.11 3.68 0.66 0.66
Hex E2 77 70 0 2F 32 B 4 42 42
Octal 342 167 160 0 57 62 13 4 102 102
Binary 11100010 1110111 1110000 0 101111 110010 1011 100 1000010 1000010

Color Harmonies of #E27770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27770

Black with #E27770

Text Example


Text Example

White with #E27770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27770; }

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

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

background-color css

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

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

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

border-color css

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

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

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