Html Css Color HEX #E87F75 Geraldine

📋 copy color: '#E87F75'

red 232 ◦ green 127 ◦ blue 117

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

Shades of Geraldine #E87F75

Tints of Geraldine #E87F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 48.74%
G = 26.68%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E87F75 (or 0xE87F75) is known color: Geraldine. HEX triplet: E8, 7F and 75. RGB value is (232,127,117). Sum of RGB (Red+Green+Blue) = 232+127+117=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87F75 is #17808A. Grayscale: #9D9D9D. Windows color (decimal): -1540235 or 7700456. OLE color: 7700456.

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

Color convert

RGB 232 127 117 -
CMYK 0 0.45 0.50 0.09
HSL 5.22º 0.71% 0.68% -
HSV(B) 5.22º 0.5% 0.91% -
XYZ 44.08 33.62 21 -
YUV 157.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 232 127 117 0 0.45 0.50 0.09 5.22 0.71 0.68
Hex E8 7F 75 0 2D 32 9 5 47 44
Octal 350 177 165 0 55 62 11 5 107 104
Binary 11101000 1111111 1110101 0 101101 110010 1001 101 1000111 1000100

Color Harmonies of #E87F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87F75

Black with #E87F75

Text Example


Text Example

White with #E87F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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