Html Css Color HEX #E6958B Sweet Pink

📋 copy color: '#E6958B'

red 230 ◦ green 149 ◦ blue 139

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

Shades of Sweet Pink #E6958B

Tints of Sweet Pink #E6958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 44.4%
G = 28.76%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6958B (or 0xE6958B) is known color: Sweet Pink. HEX triplet: E6, 95 and 8B. RGB value is (230,149,139). Sum of RGB (Red+Green+Blue) = 230+149+139=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6958B is #196A74. Grayscale: #ACACAC. Windows color (decimal): -1665653 or 9147878. OLE color: 9147878.

HSL color Cylindrical-coordinate representation of color #E6958B: hue angle of 6.59º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6958B is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 149 139 -
CMYK 0 0.35 0.40 0.10
HSL 6.59º 0.65% 0.72% -
HSV(B) 6.59º 0.4% 0.9% -
XYZ 48.04 40.18 29.65 -
YUV 172.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 230 149 139 0 0.35 0.40 0.10 6.59 0.65 0.72
Hex E6 95 8B 0 23 28 A 7 41 48
Octal 346 225 213 0 43 50 12 7 101 110
Binary 11100110 10010101 10001011 0 100011 101000 1010 111 1000001 1001000

Color Harmonies of #E6958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6958B

Black with #E6958B

Text Example


Text Example

White with #E6958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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