Html Css Color HEX #E07870 Geraldine

📋 copy color: '#E07870'

red 224 ◦ green 120 ◦ blue 112

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

Shades of Geraldine #E07870

Tints of Geraldine #E07870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.32%

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

R = 49.12%
G = 26.32%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07870 (or 0xE07870) is known color: Geraldine. HEX triplet: E0, 78 and 70. RGB value is (224,120,112). Sum of RGB (Red+Green+Blue) = 224+120+112=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07870 is #1F878F. Grayscale: #969696. Windows color (decimal): -2066320 or 7370976. OLE color: 7370976.

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

Color convert

RGB 224 120 112 -
CMYK 0 0.46 0.50 0.12
HSL 4.29º 0.64% 0.66% -
HSV(B) 4.29º 0.5% 0.88% -
XYZ 40.38 30.45 19.08 -
YUV 150.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 224 120 112 0 0.46 0.50 0.12 4.29 0.64 0.66
Hex E0 78 70 0 2E 32 C 4 40 42
Octal 340 170 160 0 56 62 14 4 100 102
Binary 11100000 1111000 1110000 0 101110 110010 1100 100 1000000 1000010

Color Harmonies of #E07870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07870

Black with #E07870

Text Example


Text Example

White with #E07870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07870; }

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

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

background-color css

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

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

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

border-color css

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

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

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