Html Css Color HEX #E8968C Sweet Pink

📋 copy color: '#E8968C'

red 232 ◦ green 150 ◦ blue 140

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

Shades of Sweet Pink #E8968C

Tints of Sweet Pink #E8968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 44.44%
G = 28.74%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8968C (or 0xE8968C) is known color: Sweet Pink. HEX triplet: E8, 96 and 8C. RGB value is (232,150,140). Sum of RGB (Red+Green+Blue) = 232+150+140=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8968C is #176973. Grayscale: #ADADAD. Windows color (decimal): -1534324 or 9213672. OLE color: 9213672.

HSL color Cylindrical-coordinate representation of color #E8968C: hue angle of 6.52º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8968C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 150 140 -
CMYK 0 0.35 0.40 0.09
HSL 6.52º 0.67% 0.73% -
HSV(B) 6.52º 0.4% 0.91% -
XYZ 48.92 40.86 30.12 -
YUV 173.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 232 150 140 0 0.35 0.40 0.09 6.52 0.67 0.73
Hex E8 96 8C 0 23 28 9 7 43 49
Octal 350 226 214 0 43 50 11 7 103 111
Binary 11101000 10010110 10001100 0 100011 101000 1001 111 1000011 1001001

Color Harmonies of #E8968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8968C

Black with #E8968C

Text Example


Text Example

White with #E8968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8968C; }

 p { color: rgb(232,150,140); }

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

background-color css

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

 a { background-color: rgb(232,150,140); }

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

border-color css

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

 span { border-color: rgb(232,150,140); }

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