Html Css Color HEX #E37A70 Geraldine

📋 copy color: '#E37A70'

red 227 ◦ green 122 ◦ blue 112

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

Shades of Geraldine #E37A70

Tints of Geraldine #E37A70

RGB

 RED value IS 227 (89.06% from 255) = 49.24%

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

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

R = 49.24%
G = 26.46%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E37A70 (or 0xE37A70) is known color: Geraldine. HEX triplet: E3, 7A and 70. RGB value is (227,122,112). Sum of RGB (Red+Green+Blue) = 227+122+112=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E37A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37A70 is #1C858F. Grayscale: #989898. Windows color (decimal): -1869200 or 7371491. OLE color: 7371491.

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

Color convert

RGB 227 122 112 -
CMYK 0 0.46 0.51 0.11
HSL 5.22º 0.67% 0.66% -
HSV(B) 5.22º 0.51% 0.89% -
XYZ 41.56 31.42 19.2 -
YUV 152.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 227 122 112 0 0.46 0.51 0.11 5.22 0.67 0.66
Hex E3 7A 70 0 2E 33 B 5 43 42
Octal 343 172 160 0 56 63 13 5 103 102
Binary 11100011 1111010 1110000 0 101110 110011 1011 101 1000011 1000010

Color Harmonies of #E37A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E37A70

Black with #E37A70

Text Example


Text Example

White with #E37A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E37A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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