Html Css Color HEX #E07370 Geraldine

📋 copy color: '#E07370'

red 224 ◦ green 115 ◦ blue 112

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

Shades of Geraldine #E07370

Tints of Geraldine #E07370

RGB

 RED value IS 224 (87.89% from 255) = 49.67%

 GREEN value IS 115 (45.31% from 255) = 25.5%

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

R = 49.67%
G = 25.5%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07370 (or 0xE07370) is known color: Geraldine. HEX triplet: E0, 73 and 70. RGB value is (224,115,112). Sum of RGB (Red+Green+Blue) = 224+115+112=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E07370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07370 is #1F8C8F. Grayscale: #939393. Windows color (decimal): -2067600 or 7369696. OLE color: 7369696.

HSL color Cylindrical-coordinate representation of color #E07370: hue angle of 1.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07370 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 115 112 -
CMYK 0 0.49 0.50 0.12
HSL 1.61º 0.64% 0.66% -
HSV(B) 1.61º 0.5% 0.88% -
XYZ 39.8 29.28 18.88 -
YUV 147.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 224 115 112 0 0.49 0.50 0.12 1.61 0.64 0.66
Hex E0 73 70 0 31 32 C 2 40 42
Octal 340 163 160 0 61 62 14 2 100 102
Binary 11100000 1110011 1110000 0 110001 110010 1100 10 1000000 1000010

Color Harmonies of #E07370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07370

Black with #E07370

Text Example


Text Example

White with #E07370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07370; }

 p { color: rgb(224,115,112); }

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

background-color css

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

 a { background-color: rgb(224,115,112); }

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

border-color css

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

 span { border-color: rgb(224,115,112); }

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