Html Css Color HEX #E07A70 Geraldine

📋 copy color: '#E07A70'

red 224 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #E07A70

Tints of Geraldine #E07A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.64%

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

R = 48.91%
G = 26.64%
B = 24.45%

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

#E07A70 (or 0xE07A70) is known color: Geraldine. HEX triplet: E0, 7A and 70. RGB value is (224,122,112). Sum of RGB (Red+Green+Blue) = 224+122+112=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A70 is #1F858F. Grayscale: #979797. Windows color (decimal): -2065808 or 7371488. OLE color: 7371488.

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

Color convert

RGB 224 122 112 -
CMYK 0 0.46 0.50 0.12
HSL 5.36º 0.64% 0.66% -
HSV(B) 5.36º 0.5% 0.88% -
XYZ 40.62 30.94 19.16 -
YUV 151.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 224 122 112 0 0.46 0.50 0.12 5.36 0.64 0.66
Hex E0 7A 70 0 2E 32 C 5 40 42
Octal 340 172 160 0 56 62 14 5 100 102
Binary 11100000 1111010 1110000 0 101110 110010 1100 101 1000000 1000010

Color Harmonies of #E07A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A70

Black with #E07A70

Text Example


Text Example

White with #E07A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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