Html Css Color HEX #E07873 Geraldine

📋 copy color: '#E07873'

red 224 ◦ green 120 ◦ blue 115

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

Shades of Geraldine #E07873

Tints of Geraldine #E07873

RGB

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

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

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

R = 48.8%
G = 26.14%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E07873 (or 0xE07873) is known color: Geraldine. HEX triplet: E0, 78 and 73. RGB value is (224,120,115). Sum of RGB (Red+Green+Blue) = 224+120+115=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E07873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07873 is #1F878C. Grayscale: #969696. Windows color (decimal): -2066317 or 7567584. OLE color: 7567584.

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

Color convert

RGB 224 120 115 -
CMYK 0 0.46 0.49 0.12
HSL 2.75º 0.64% 0.66% -
HSV(B) 2.75º 0.49% 0.88% -
XYZ 40.55 30.52 19.97 -
YUV 150.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 224 120 115 0 0.46 0.49 0.12 2.75 0.64 0.66
Hex E0 78 73 0 2E 31 C 3 40 42
Octal 340 170 163 0 56 61 14 3 100 102
Binary 11100000 1111000 1110011 0 101110 110001 1100 11 1000000 1000010

Color Harmonies of #E07873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07873

Black with #E07873

Text Example


Text Example

White with #E07873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07873; }

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

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

background-color css

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

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

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

border-color css

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

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

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