Html Css Color HEX #E07270 Geraldine

📋 copy color: '#E07270'

red 224 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #E07270

Tints of Geraldine #E07270

RGB

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

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

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

R = 49.78%
G = 25.33%
B = 24.89%

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

#E07270 (or 0xE07270) is known color: Geraldine. HEX triplet: E0, 72 and 70. RGB value is (224,114,112). Sum of RGB (Red+Green+Blue) = 224+114+112=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E07270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07270 is #1F8D8F. Grayscale: #929292. Windows color (decimal): -2067856 or 7369440. OLE color: 7369440.

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

Color convert

RGB 224 114 112 -
CMYK 0 0.49 0.50 0.12
HSL 1.07º 0.64% 0.66% -
HSV(B) 1.07º 0.5% 0.88% -
XYZ 39.68 29.05 18.85 -
YUV 146.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 224 114 112 0 0.49 0.50 0.12 1.07 0.64 0.66
Hex E0 72 70 0 31 32 C 1 40 42
Octal 340 162 160 0 61 62 14 1 100 102
Binary 11100000 1110010 1110000 0 110001 110010 1100 1 1000000 1000010

Color Harmonies of #E07270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07270

Black with #E07270

Text Example


Text Example

White with #E07270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07270; }

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

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

background-color css

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

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

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

border-color css

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

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

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