Html Css Color HEX #E27C70 Geraldine

📋 copy color: '#E27C70'

red 226 ◦ green 124 ◦ blue 112

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

Shades of Geraldine #E27C70

Tints of Geraldine #E27C70

RGB

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

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

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

R = 48.92%
G = 26.84%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E27C70 (or 0xE27C70) is known color: Geraldine. HEX triplet: E2, 7C and 70. RGB value is (226,124,112). Sum of RGB (Red+Green+Blue) = 226+124+112=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C70 is #1D838F. Grayscale: #999999. Windows color (decimal): -1934224 or 7372002. OLE color: 7372002.

HSL color Cylindrical-coordinate representation of color #E27C70: hue angle of 6.32º 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 #E27C70 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 124 112 -
CMYK 0 0.45 0.50 0.11
HSL 6.32º 0.66% 0.66% -
HSV(B) 6.32º 0.5% 0.89% -
XYZ 41.5 31.75 19.27 -
YUV 153.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 226 124 112 0 0.45 0.50 0.11 6.32 0.66 0.66
Hex E2 7C 70 0 2D 32 B 6 42 42
Octal 342 174 160 0 55 62 13 6 102 102
Binary 11100010 1111100 1110000 0 101101 110010 1011 110 1000010 1000010

Color Harmonies of #E27C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C70

Black with #E27C70

Text Example


Text Example

White with #E27C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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