Html Css Color HEX #EB158D Deep Pink

📋 copy color: '#EB158D'

red 235 ◦ green 21 ◦ blue 141

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

Shades of Deep Pink #EB158D

Tints of Deep Pink #EB158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

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

R = 59.19%
G = 5.29%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB158D (or 0xEB158D) is known color: Deep Pink. HEX triplet: EB, 15 and 8D. RGB value is (235,21,141). Sum of RGB (Red+Green+Blue) = 235+21+141=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB158D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB158D is #14EA72. Grayscale: #626262. Windows color (decimal): -1370739 or 9246187. OLE color: 9246187.

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

Color convert

RGB 235 21 141 -
CMYK 0 0.91 0.4 0.08
HSL 326.36º 0.84% 0.5% -
HSV(B) 326.36º 0.91% 0.92% -
XYZ 39.34 20.12 27.01 -
YUV 98.67 151.9 225.24 -
System Red Green Blue C M Y K H S L
Decimal 235 21 141 0 0.91 0.4 0.08 326.36 0.84 0.5
Hex EB 15 8D 0 5B 28 8 146 54 32
Octal 353 25 215 0 133 50 10 506 124 62
Binary 11101011 10101 10001101 0 1011011 101000 1000 101000110 1010100 110010

Color Harmonies of #EB158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB158D

Black with #EB158D

Text Example


Text Example

White with #EB158D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB158D; }

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

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

background-color css

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

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

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

border-color css

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

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

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