Html Css Color HEX #E87F72 Geraldine

📋 copy color: '#E87F72'

red 232 ◦ green 127 ◦ blue 114

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

Shades of Geraldine #E87F72

Tints of Geraldine #E87F72

RGB

 RED value IS 232 (91.02% from 255) = 49.05%

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 49.05%
G = 26.85%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E87F72 (or 0xE87F72) is known color: Geraldine. HEX triplet: E8, 7F and 72. RGB value is (232,127,114). Sum of RGB (Red+Green+Blue) = 232+127+114=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F72 is #17808D. Grayscale: #9D9D9D. Windows color (decimal): -1540238 or 7503848. OLE color: 7503848.

HSL color Cylindrical-coordinate representation of color #E87F72: hue angle of 6.61º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E87F72 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 127 114 -
CMYK 0 0.45 0.51 0.09
HSL 6.61º 0.72% 0.68% -
HSV(B) 6.61º 0.51% 0.91% -
XYZ 43.91 33.55 20.08 -
YUV 156.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 232 127 114 0 0.45 0.51 0.09 6.61 0.72 0.68
Hex E8 7F 72 0 2D 33 9 7 48 44
Octal 350 177 162 0 55 63 11 7 110 104
Binary 11101000 1111111 1110010 0 101101 110011 1001 111 1001000 1000100

Color Harmonies of #E87F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87F72

Black with #E87F72

Text Example


Text Example

White with #E87F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87F72; }

 p { color: rgb(232,127,114); }

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

background-color css

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

 a { background-color: rgb(232,127,114); }

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

border-color css

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

 span { border-color: rgb(232,127,114); }

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