Html Css Color HEX #E07573 Geraldine

📋 copy color: '#E07573'

red 224 ◦ green 117 ◦ blue 115

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

Shades of Geraldine #E07573

Tints of Geraldine #E07573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 49.12%
G = 25.66%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07573 (or 0xE07573) is known color: Geraldine. HEX triplet: E0, 75 and 73. RGB value is (224,117,115). Sum of RGB (Red+Green+Blue) = 224+117+115=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E07573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07573 is #1F8A8C. Grayscale: #949494. Windows color (decimal): -2067085 or 7566816. OLE color: 7566816.

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

Color convert

RGB 224 117 115 -
CMYK 0 0.48 0.49 0.12
HSL 1.1º 0.64% 0.66% -
HSV(B) 1.1º 0.49% 0.88% -
XYZ 40.2 29.81 19.85 -
YUV 148.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 224 117 115 0 0.48 0.49 0.12 1.1 0.64 0.66
Hex E0 75 73 0 30 31 C 1 40 42
Octal 340 165 163 0 60 61 14 1 100 102
Binary 11100000 1110101 1110011 0 110000 110001 1100 1 1000000 1000010

Color Harmonies of #E07573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07573

Black with #E07573

Text Example


Text Example

White with #E07573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07573; }

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

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

background-color css

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

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

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

border-color css

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

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

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