Html Css Color HEX #E87268 Geraldine

📋 copy color: '#E87268'

red 232 ◦ green 114 ◦ blue 104

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

Shades of Geraldine #E87268

Tints of Geraldine #E87268

RGB

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

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

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

R = 51.56%
G = 25.33%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E87268 (or 0xE87268) is known color: Geraldine. HEX triplet: E8, 72 and 68. RGB value is (232,114,104). Sum of RGB (Red+Green+Blue) = 232+114+104=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E87268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E87268 is #178D97. Grayscale: #949494. Windows color (decimal): -1543576 or 6845160. OLE color: 6845160.

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

Color convert

RGB 232 114 104 -
CMYK 0 0.51 0.55 0.09
HSL 4.69º 0.74% 0.66% -
HSV(B) 4.69º 0.55% 0.91% -
XYZ 41.79 30.19 16.72 -
YUV 148.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 232 114 104 0 0.51 0.55 0.09 4.69 0.74 0.66
Hex E8 72 68 0 33 37 9 5 4A 42
Octal 350 162 150 0 63 67 11 5 112 102
Binary 11101000 1110010 1101000 0 110011 110111 1001 101 1001010 1000010

Color Harmonies of #E87268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E87268

Black with #E87268

Text Example


Text Example

White with #E87268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E87268; }

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

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

background-color css

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

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

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

border-color css

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

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

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