Html Css Color HEX #E47270 Geraldine

📋 copy color: '#E47270'

red 228 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #E47270

Tints of Geraldine #E47270

RGB

 RED value IS 228 (89.45% from 255) = 50.22%

 GREEN value IS 114 (44.92% from 255) = 25.11%

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

R = 50.22%
G = 25.11%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E47270 (or 0xE47270) is known color: Geraldine. HEX triplet: E4, 72 and 70. RGB value is (228,114,112). Sum of RGB (Red+Green+Blue) = 228+114+112=454 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.22% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 228 - color contains mainly: red. Hex color #E47270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47270 is #1B8D8F. Grayscale: #939393. Windows color (decimal): -1805712 or 7369444. OLE color: 7369444.

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

Color convert

RGB 228 114 112 -
CMYK 0 0.50 0.51 0.11
HSL 1.03º 0.68% 0.67% -
HSV(B) 1.03º 0.51% 0.89% -
XYZ 40.94 29.7 18.9 -
YUV 147.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 228 114 112 0 0.50 0.51 0.11 1.03 0.68 0.67
Hex E4 72 70 0 32 33 B 1 44 43
Octal 344 162 160 0 62 63 13 1 104 103
Binary 11100100 1110010 1110000 0 110010 110011 1011 1 1000100 1000011

Color Harmonies of #E47270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47270

Black with #E47270

Text Example


Text Example

White with #E47270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47270; }

 p { color: rgb(228,114,112); }

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

background-color css

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

 a { background-color: rgb(228,114,112); }

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

border-color css

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

 span { border-color: rgb(228,114,112); }

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