Html Css Color HEX #E87D70 Geraldine

📋 copy color: '#E87D70'

red 232 ◦ green 125 ◦ blue 112

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

Shades of Geraldine #E87D70

Tints of Geraldine #E87D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.88%

R = 49.47%
G = 26.65%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E87D70 (or 0xE87D70) is known color: Geraldine. HEX triplet: E8, 7D and 70. RGB value is (232,125,112). Sum of RGB (Red+Green+Blue) = 232+125+112=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87D70 is #17828F. Grayscale: #9B9B9B. Windows color (decimal): -1540752 or 7372264. OLE color: 7372264.

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

Color convert

RGB 232 125 112 -
CMYK 0 0.46 0.52 0.09
HSL 6.5º 0.72% 0.67% -
HSV(B) 6.5º 0.52% 0.91% -
XYZ 43.54 32.99 19.4 -
YUV 155.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 232 125 112 0 0.46 0.52 0.09 6.5 0.72 0.67
Hex E8 7D 70 0 2E 34 9 6 48 43
Octal 350 175 160 0 56 64 11 6 110 103
Binary 11101000 1111101 1110000 0 101110 110100 1001 110 1001000 1000011

Color Harmonies of #E87D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87D70

Black with #E87D70

Text Example


Text Example

White with #E87D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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