Html Css Color HEX #E87368 Geraldine

📋 copy color: '#E87368'

red 232 ◦ green 115 ◦ blue 104

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

Shades of Geraldine #E87368

Tints of Geraldine #E87368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 51.44%
G = 25.5%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E87368 (or 0xE87368) is known color: Geraldine. HEX triplet: E8, 73 and 68. RGB value is (232,115,104). Sum of RGB (Red+Green+Blue) = 232+115+104=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E87368 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87368 is #178C97. Grayscale: #949494. Windows color (decimal): -1543320 or 6845416. OLE color: 6845416.

HSL color Cylindrical-coordinate representation of color #E87368: hue angle of 5.16º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E87368 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 115 104 -
CMYK 0 0.50 0.55 0.09
HSL 5.16º 0.74% 0.66% -
HSV(B) 5.16º 0.55% 0.91% -
XYZ 41.91 30.42 16.76 -
YUV 148.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 232 115 104 0 0.50 0.55 0.09 5.16 0.74 0.66
Hex E8 73 68 0 32 37 9 5 4A 42
Octal 350 163 150 0 62 67 11 5 112 102
Binary 11101000 1110011 1101000 0 110010 110111 1001 101 1001010 1000010

Color Harmonies of #E87368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87368

Black with #E87368

Text Example


Text Example

White with #E87368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87368; }

 p { color: rgb(232,115,104); }

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

background-color css

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

 a { background-color: rgb(232,115,104); }

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

border-color css

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

 span { border-color: rgb(232,115,104); }

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