Html Css Color HEX #E6958C Sweet Pink

📋 copy color: '#E6958C'

red 230 ◦ green 149 ◦ blue 140

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

Shades of Sweet Pink #E6958C

Tints of Sweet Pink #E6958C

RGB

 RED value IS 230 (90.23% from 255) = 44.32%

 GREEN value IS 149 (58.59% from 255) = 28.71%

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

R = 44.32%
G = 28.71%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6958C (or 0xE6958C) is known color: Sweet Pink. HEX triplet: E6, 95 and 8C. RGB value is (230,149,140). Sum of RGB (Red+Green+Blue) = 230+149+140=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6958C is #196A73. Grayscale: #ACACAC. Windows color (decimal): -1665652 or 9213414. OLE color: 9213414.

HSL color Cylindrical-coordinate representation of color #E6958C: hue angle of 6º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6958C is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 140 -
CMYK 0 0.35 0.39 0.10
HSL 0.64% 0.73% -
HSV(B) 0.39% 0.9% -
XYZ 48.11 40.21 30.04 -
YUV 172.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 230 149 140 0 0.35 0.39 0.10 6 0.64 0.73
Hex E6 95 8C 0 23 27 A 6 40 49
Octal 346 225 214 0 43 47 12 6 100 111
Binary 11100110 10010101 10001100 0 100011 100111 1010 110 1000000 1001001

Color Harmonies of #E6958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6958C

Black with #E6958C

Text Example


Text Example

White with #E6958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6958C; }

 p { color: rgb(230,149,140); }

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

background-color css

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

 a { background-color: rgb(230,149,140); }

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

border-color css

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

 span { border-color: rgb(230,149,140); }

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