Html Css Color HEX #E07571 Geraldine

📋 copy color: '#E07571'

red 224 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #E07571

Tints of Geraldine #E07571

RGB

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

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

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

R = 49.34%
G = 25.77%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07571 (or 0xE07571) is known color: Geraldine. HEX triplet: E0, 75 and 71. RGB value is (224,117,113). Sum of RGB (Red+Green+Blue) = 224+117+113=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E07571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07571 is #1F8A8E. Grayscale: #949494. Windows color (decimal): -2067087 or 7435744. OLE color: 7435744.

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

Color convert

RGB 224 117 113 -
CMYK 0 0.48 0.50 0.12
HSL 2.16º 0.64% 0.66% -
HSV(B) 2.16º 0.5% 0.88% -
XYZ 40.08 29.76 19.25 -
YUV 148.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 224 117 113 0 0.48 0.50 0.12 2.16 0.64 0.66
Hex E0 75 71 0 30 32 C 2 40 42
Octal 340 165 161 0 60 62 14 2 100 102
Binary 11100000 1110101 1110001 0 110000 110010 1100 10 1000000 1000010

Color Harmonies of #E07571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07571

Black with #E07571

Text Example


Text Example

White with #E07571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07571; }

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

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

background-color css

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

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

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

border-color css

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

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

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