Html Css Color HEX #E87270 Geraldine

📋 copy color: '#E87270'

red 232 ◦ green 114 ◦ blue 112

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

Shades of Geraldine #E87270

Tints of Geraldine #E87270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.89%

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

R = 50.66%
G = 24.89%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E87270 (or 0xE87270) is known color: Geraldine. HEX triplet: E8, 72 and 70. RGB value is (232,114,112). Sum of RGB (Red+Green+Blue) = 232+114+112=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E87270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87270 is #178D8F. Grayscale: #959595. Windows color (decimal): -1543568 or 7369448. OLE color: 7369448.

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

Color convert

RGB 232 114 112 -
CMYK 0 0.51 0.52 0.09
HSL 0.72% 0.67% -
HSV(B) 0.52% 0.91% -
XYZ 42.22 30.36 18.96 -
YUV 149.05 107.09 187.16 -
System Red Green Blue C M Y K H S L
Decimal 232 114 112 0 0.51 0.52 0.09 1 0.72 0.67
Hex E8 72 70 0 33 34 9 1 48 43
Octal 350 162 160 0 63 64 11 1 110 103
Binary 11101000 1110010 1110000 0 110011 110100 1001 1 1001000 1000011

Color Harmonies of #E87270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87270

Black with #E87270

Text Example


Text Example

White with #E87270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87270; }

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

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

background-color css

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

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

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

border-color css

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

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

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