Html Css Color HEX #EB158E Deep Pink

📋 copy color: '#EB158E'

red 235 ◦ green 21 ◦ blue 142

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

Shades of Deep Pink #EB158E

Tints of Deep Pink #EB158E

RGB

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

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

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

R = 59.05%
G = 5.28%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB158E (or 0xEB158E) is known color: Deep Pink. HEX triplet: EB, 15 and 8E. RGB value is (235,21,142). Sum of RGB (Red+Green+Blue) = 235+21+142=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB158E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EB158E is #14EA71. Grayscale: #626262. Windows color (decimal): -1370738 or 9311723. OLE color: 9311723.

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

Color convert

RGB 235 21 142 -
CMYK 0 0.91 0.40 0.08
HSL 326.07º 0.84% 0.5% -
HSV(B) 326.07º 0.91% 0.92% -
XYZ 39.41 20.15 27.4 -
YUV 98.78 152.4 225.16 -
System Red Green Blue C M Y K H S L
Decimal 235 21 142 0 0.91 0.40 0.08 326.07 0.84 0.5
Hex EB 15 8E 0 5B 28 8 146 54 32
Octal 353 25 216 0 133 50 10 506 124 62
Binary 11101011 10101 10001110 0 1011011 101000 1000 101000110 1010100 110010

Color Harmonies of #EB158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB158E

Black with #EB158E

Text Example


Text Example

White with #EB158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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