Html Css Color HEX #EB958C Sweet Pink

📋 copy color: '#EB958C'

red 235 ◦ green 149 ◦ blue 140

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

Shades of Sweet Pink #EB958C

Tints of Sweet Pink #EB958C

RGB

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

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

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

R = 44.85%
G = 28.44%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB958C (or 0xEB958C) is known color: Sweet Pink. HEX triplet: EB, 95 and 8C. RGB value is (235,149,140). Sum of RGB (Red+Green+Blue) = 235+149+140=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958C is #146A73. Grayscale: #ADADAD. Windows color (decimal): -1337972 or 9213419. OLE color: 9213419.

HSL color Cylindrical-coordinate representation of color #EB958C: hue angle of 5.68º 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 #EB958C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 149 140 -
CMYK 0 0.37 0.40 0.08
HSL 5.68º 0.7% 0.74% -
HSV(B) 5.68º 0.4% 0.92% -
XYZ 49.74 41.05 30.11 -
YUV 173.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 235 149 140 0 0.37 0.40 0.08 5.68 0.7 0.74
Hex EB 95 8C 0 25 28 8 6 46 4A
Octal 353 225 214 0 45 50 10 6 106 112
Binary 11101011 10010101 10001100 0 100101 101000 1000 110 1000110 1001010

Color Harmonies of #EB958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB958C

Black with #EB958C

Text Example


Text Example

White with #EB958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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