Html Css Color HEX #E87470 Geraldine

📋 copy color: '#E87470'

red 232 ◦ green 116 ◦ blue 112

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

Shades of Geraldine #E87470

Tints of Geraldine #E87470

RGB

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

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

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

R = 50.43%
G = 25.22%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E87470 (or 0xE87470) is known color: Geraldine. HEX triplet: E8, 74 and 70. RGB value is (232,116,112). Sum of RGB (Red+Green+Blue) = 232+116+112=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E87470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87470 is #178B8F. Grayscale: #969696. Windows color (decimal): -1543056 or 7369960. OLE color: 7369960.

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

Color convert

RGB 232 116 112 -
CMYK 0 0.50 0.52 0.09
HSL 0.72% 0.67% -
HSV(B) 0.52% 0.91% -
XYZ 42.45 30.82 19.04 -
YUV 150.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 232 116 112 0 0.50 0.52 0.09 2 0.72 0.67
Hex E8 74 70 0 32 34 9 2 48 43
Octal 350 164 160 0 62 64 11 2 110 103
Binary 11101000 1110100 1110000 0 110010 110100 1001 10 1001000 1000011

Color Harmonies of #E87470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87470

Black with #E87470

Text Example


Text Example

White with #E87470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87470; }

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

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

background-color css

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

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

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

border-color css

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

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

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