Html Css Color HEX #E87468 Geraldine

📋 copy color: '#E87468'

red 232 ◦ green 116 ◦ blue 104

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

Shades of Geraldine #E87468

Tints of Geraldine #E87468

RGB

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

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

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

R = 51.33%
G = 25.66%
B = 23.01%

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

#E87468 (or 0xE87468) is known color: Geraldine. HEX triplet: E8, 74 and 68. RGB value is (232,116,104). Sum of RGB (Red+Green+Blue) = 232+116+104=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E87468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87468 is #178B97. Grayscale: #959595. Windows color (decimal): -1543064 or 6845672. OLE color: 6845672.

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

Color convert

RGB 232 116 104 -
CMYK 0 0.50 0.55 0.09
HSL 5.63º 0.74% 0.66% -
HSV(B) 5.63º 0.55% 0.91% -
XYZ 42.02 30.65 16.8 -
YUV 149.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 232 116 104 0 0.50 0.55 0.09 5.63 0.74 0.66
Hex E8 74 68 0 32 37 9 6 4A 42
Octal 350 164 150 0 62 67 11 6 112 102
Binary 11101000 1110100 1101000 0 110010 110111 1001 110 1001010 1000010

Color Harmonies of #E87468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87468

Black with #E87468

Text Example


Text Example

White with #E87468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87468; }

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

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

background-color css

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

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

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

border-color css

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

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

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