Html Css Color HEX #EB19D1 Shocking Pink

📋 copy color: '#EB19D1'

red 235 ◦ green 25 ◦ blue 209

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

Shades of Shocking Pink #EB19D1

Tints of Shocking Pink #EB19D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 50.11%
G = 5.33%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB19D1 (or 0xEB19D1) is known color: Shocking Pink. HEX triplet: EB, 19 and D1. RGB value is (235,25,209). Sum of RGB (Red+Green+Blue) = 235+25+209=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19D1 is #14E62E. Grayscale: #6C6C6C. Windows color (decimal): -1369647 or 13703659. OLE color: 13703659.

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

Color convert

RGB 235 25 209 -
CMYK 0 0.89 0.11 0.08
HSL 307.43º 0.84% 0.51% -
HSV(B) 307.43º 0.89% 0.92% -
XYZ 46.12 22.96 62.32 -
YUV 108.77 184.57 218.04 -
System Red Green Blue C M Y K H S L
Decimal 235 25 209 0 0.89 0.11 0.08 307.43 0.84 0.51
Hex EB 19 D1 0 59 B 8 133 54 33
Octal 353 31 321 0 131 13 10 463 124 63
Binary 11101011 11001 11010001 0 1011001 1011 1000 100110011 1010100 110011

Color Harmonies of #EB19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19D1

Black with #EB19D1

Text Example


Text Example

White with #EB19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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