Html Css Color HEX #E07373 Geraldine

📋 copy color: '#E07373'

red 224 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #E07373

Tints of Geraldine #E07373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.33%

R = 49.34%
G = 25.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07373 (or 0xE07373) is known color: Geraldine. HEX triplet: E0, 73 and 73. RGB value is (224,115,115). Sum of RGB (Red+Green+Blue) = 224+115+115=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07373 is #1F8C8C. Grayscale: #939393. Windows color (decimal): -2067597 or 7566304. OLE color: 7566304.

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

Color convert

RGB 224 115 115 -
CMYK 0 0.49 0.49 0.12
HSL 0.64% 0.66% -
HSV(B) 0.49% 0.88% -
XYZ 39.97 29.35 19.78 -
YUV 147.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 224 115 115 0 0.49 0.49 0.12 0 0.64 0.66
Hex E0 73 73 0 31 31 C 0 40 42
Octal 340 163 163 0 61 61 14 0 100 102
Binary 11100000 1110011 1110011 0 110001 110001 1100 0 1000000 1000010

Color Harmonies of #E07373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07373

Black with #E07373

Text Example


Text Example

White with #E07373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07373; }

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

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

background-color css

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

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

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

border-color css

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

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

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