Html Css Color HEX #E27570 Geraldine

📋 copy color: '#E27570'

red 226 ◦ green 117 ◦ blue 112

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

Shades of Geraldine #E27570

Tints of Geraldine #E27570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.71%

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

R = 49.67%
G = 25.71%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E27570 (or 0xE27570) is known color: Geraldine. HEX triplet: E2, 75 and 70. RGB value is (226,117,112). Sum of RGB (Red+Green+Blue) = 226+117+112=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E27570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27570 is #1D8A8F. Grayscale: #959595. Windows color (decimal): -1936016 or 7370210. OLE color: 7370210.

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

Color convert

RGB 226 117 112 -
CMYK 0 0.48 0.50 0.11
HSL 2.63º 0.66% 0.66% -
HSV(B) 2.63º 0.5% 0.89% -
XYZ 40.65 30.06 18.99 -
YUV 149.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 226 117 112 0 0.48 0.50 0.11 2.63 0.66 0.66
Hex E2 75 70 0 30 32 B 3 42 42
Octal 342 165 160 0 60 62 13 3 102 102
Binary 11100010 1110101 1110000 0 110000 110010 1011 11 1000010 1000010

Color Harmonies of #E27570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27570

Black with #E27570

Text Example


Text Example

White with #E27570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27570; }

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

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

background-color css

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

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

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

border-color css

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

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

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