Html Css Color HEX #EB958E Sweet Pink

📋 copy color: '#EB958E'

red 235 ◦ green 149 ◦ blue 142

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

Shades of Sweet Pink #EB958E

Tints of Sweet Pink #EB958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27%

R = 44.68%
G = 28.33%
B = 27%

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

#EB958E (or 0xEB958E) is known color: Sweet Pink. HEX triplet: EB, 95 and 8E. RGB value is (235,149,142). Sum of RGB (Red+Green+Blue) = 235+149+142=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EB958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB958E is #146A71. Grayscale: #AEAEAE. Windows color (decimal): -1337970 or 9344491. OLE color: 9344491.

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

Color convert

RGB 235 149 142 -
CMYK 0 0.37 0.40 0.08
HSL 4.52º 0.7% 0.74% -
HSV(B) 4.52º 0.4% 0.92% -
XYZ 49.89 41.11 30.9 -
YUV 173.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 235 149 142 0 0.37 0.40 0.08 4.52 0.7 0.74
Hex EB 95 8E 0 25 28 8 5 46 4A
Octal 353 225 216 0 45 50 10 5 106 112
Binary 11101011 10010101 10001110 0 100101 101000 1000 101 1000110 1001010

Color Harmonies of #EB958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB958E

Black with #EB958E

Text Example


Text Example

White with #EB958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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