Html Css Color HEX #EB19DB Shocking Pink

📋 copy color: '#EB19DB'

red 235 ◦ green 25 ◦ blue 219

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

Shades of Shocking Pink #EB19DB

Tints of Shocking Pink #EB19DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.22%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 49.06%
G = 5.22%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB19DB (or 0xEB19DB) is known color: Shocking Pink. HEX triplet: EB, 19 and DB. RGB value is (235,25,219). Sum of RGB (Red+Green+Blue) = 235+25+219=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19DB is #14E624. Grayscale: #6D6D6D. Windows color (decimal): -1369637 or 14359019. OLE color: 14359019.

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

Color convert

RGB 235 25 219 -
CMYK 0 0.89 0.07 0.08
HSL 304.57º 0.84% 0.51% -
HSV(B) 304.57º 0.89% 0.92% -
XYZ 47.39 23.47 69.05 -
YUV 109.91 189.57 217.23 -
System Red Green Blue C M Y K H S L
Decimal 235 25 219 0 0.89 0.07 0.08 304.57 0.84 0.51
Hex EB 19 DB 0 59 7 8 131 54 33
Octal 353 31 333 0 131 7 10 461 124 63
Binary 11101011 11001 11011011 0 1011001 111 1000 100110001 1010100 110011

Color Harmonies of #EB19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19DB

Black with #EB19DB

Text Example


Text Example

White with #EB19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19DB; }

 p { color: rgb(235,25,219); }

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

background-color css

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

 a { background-color: rgb(235,25,219); }

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

border-color css

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

 span { border-color: rgb(235,25,219); }

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