Html Css Color HEX #E07471 Geraldine

📋 copy color: '#E07471'

red 224 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #E07471

Tints of Geraldine #E07471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.61%

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

R = 49.45%
G = 25.61%
B = 24.94%

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

#E07471 (or 0xE07471) is known color: Geraldine. HEX triplet: E0, 74 and 71. RGB value is (224,116,113). Sum of RGB (Red+Green+Blue) = 224+116+113=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E07471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07471 is #1F8B8E. Grayscale: #949494. Windows color (decimal): -2067343 or 7435488. OLE color: 7435488.

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

Color convert

RGB 224 116 113 -
CMYK 0 0.48 0.50 0.12
HSL 1.62º 0.64% 0.66% -
HSV(B) 1.62º 0.5% 0.88% -
XYZ 39.97 29.53 19.22 -
YUV 147.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 224 116 113 0 0.48 0.50 0.12 1.62 0.64 0.66
Hex E0 74 71 0 30 32 C 2 40 42
Octal 340 164 161 0 60 62 14 2 100 102
Binary 11100000 1110100 1110001 0 110000 110010 1100 10 1000000 1000010

Color Harmonies of #E07471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07471

Black with #E07471

Text Example


Text Example

White with #E07471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07471; }

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

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

background-color css

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

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

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

border-color css

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

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

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