Html Css Color HEX #E9968C Sweet Pink

📋 copy color: '#E9968C'

red 233 ◦ green 150 ◦ blue 140

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

Shades of Sweet Pink #E9968C

Tints of Sweet Pink #E9968C

RGB

 RED value IS 233 (91.41% from 255) = 44.55%

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

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

R = 44.55%
G = 28.68%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9968C (or 0xE9968C) is known color: Sweet Pink. HEX triplet: E9, 96 and 8C. RGB value is (233,150,140). Sum of RGB (Red+Green+Blue) = 233+150+140=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E9968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9968C is #166973. Grayscale: #ADADAD. Windows color (decimal): -1468788 or 9213673. OLE color: 9213673.

HSL color Cylindrical-coordinate representation of color #E9968C: hue angle of 6.45º degrees, saturation: 0.68, 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 #E9968C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 140 -
CMYK 0 0.36 0.40 0.09
HSL 6.45º 0.68% 0.73% -
HSV(B) 6.45º 0.4% 0.91% -
XYZ 49.24 41.03 30.14 -
YUV 173.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 233 150 140 0 0.36 0.40 0.09 6.45 0.68 0.73
Hex E9 96 8C 0 24 28 9 6 44 49
Octal 351 226 214 0 44 50 11 6 104 111
Binary 11101001 10010110 10001100 0 100100 101000 1001 110 1000100 1001001

Color Harmonies of #E9968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9968C

Black with #E9968C

Text Example


Text Example

White with #E9968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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