Html Css Color HEX #EB958D Sweet Pink

📋 copy color: '#EB958D'

red 235 ◦ green 149 ◦ blue 141

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

Shades of Sweet Pink #EB958D

Tints of Sweet Pink #EB958D

RGB

 RED value IS 235 (92.19% from 255) = 44.76%

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 44.76%
G = 28.38%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB958D (or 0xEB958D) is known color: Sweet Pink. HEX triplet: EB, 95 and 8D. RGB value is (235,149,141). Sum of RGB (Red+Green+Blue) = 235+149+141=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958D is #146A72. Grayscale: #ADADAD. Windows color (decimal): -1337971 or 9278955. OLE color: 9278955.

HSL color Cylindrical-coordinate representation of color #EB958D: hue angle of 5.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB958D is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 141 -
CMYK 0 0.37 0.4 0.08
HSL 5.11º 0.7% 0.74% -
HSV(B) 5.11º 0.4% 0.92% -
XYZ 49.82 41.08 30.5 -
YUV 173.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 235 149 141 0 0.37 0.4 0.08 5.11 0.7 0.74
Hex EB 95 8D 0 25 28 8 5 46 4A
Octal 353 225 215 0 45 50 10 5 106 112
Binary 11101011 10010101 10001101 0 100101 101000 1000 101 1000110 1001010

Color Harmonies of #EB958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB958D

Black with #EB958D

Text Example


Text Example

White with #EB958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB958D; }

 p { color: rgb(235,149,141); }

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

background-color css

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

 a { background-color: rgb(235,149,141); }

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

border-color css

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

 span { border-color: rgb(235,149,141); }

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