Html Css Color HEX #E87D72 Geraldine

📋 copy color: '#E87D72'

red 232 ◦ green 125 ◦ blue 114

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

Shades of Geraldine #E87D72

Tints of Geraldine #E87D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 49.26%
G = 26.54%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E87D72 (or 0xE87D72) is known color: Geraldine. HEX triplet: E8, 7D and 72. RGB value is (232,125,114). Sum of RGB (Red+Green+Blue) = 232+125+114=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D72 is #17828D. Grayscale: #9B9B9B. Windows color (decimal): -1540750 or 7503336. OLE color: 7503336.

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

Color convert

RGB 232 125 114 -
CMYK 0 0.46 0.51 0.09
HSL 5.59º 0.72% 0.68% -
HSV(B) 5.59º 0.51% 0.91% -
XYZ 43.65 33.04 20 -
YUV 155.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 232 125 114 0 0.46 0.51 0.09 5.59 0.72 0.68
Hex E8 7D 72 0 2E 33 9 6 48 44
Octal 350 175 162 0 56 63 11 6 110 104
Binary 11101000 1111101 1110010 0 101110 110011 1001 110 1001000 1000100

Color Harmonies of #E87D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87D72

Black with #E87D72

Text Example


Text Example

White with #E87D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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