Html Css Color HEX #E07871 Geraldine

📋 copy color: '#E07871'

red 224 ◦ green 120 ◦ blue 113

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

Shades of Geraldine #E07871

Tints of Geraldine #E07871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 49.02%
G = 26.26%
B = 24.73%

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

#E07871 (or 0xE07871) is known color: Geraldine. HEX triplet: E0, 78 and 71. RGB value is (224,120,113). Sum of RGB (Red+Green+Blue) = 224+120+113=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E07871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07871 is #1F878E. Grayscale: #969696. Windows color (decimal): -2066319 or 7436512. OLE color: 7436512.

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

Color convert

RGB 224 120 113 -
CMYK 0 0.46 0.50 0.12
HSL 3.78º 0.64% 0.66% -
HSV(B) 3.78º 0.5% 0.88% -
XYZ 40.44 30.47 19.37 -
YUV 150.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 224 120 113 0 0.46 0.50 0.12 3.78 0.64 0.66
Hex E0 78 71 0 2E 32 C 4 40 42
Octal 340 170 161 0 56 62 14 4 100 102
Binary 11100000 1111000 1110001 0 101110 110010 1100 100 1000000 1000010

Color Harmonies of #E07871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07871

Black with #E07871

Text Example


Text Example

White with #E07871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07871; }

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

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

background-color css

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

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

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

border-color css

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

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

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