Html Css Color HEX #EB19D9 Shocking Pink

📋 copy color: '#EB19D9'

red 235 ◦ green 25 ◦ blue 217

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

Shades of Shocking Pink #EB19D9

Tints of Shocking Pink #EB19D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 49.27%
G = 5.24%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB19D9 (or 0xEB19D9) is known color: Shocking Pink. HEX triplet: EB, 19 and D9. RGB value is (235,25,217). Sum of RGB (Red+Green+Blue) = 235+25+217=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19D9 is #14E626. Grayscale: #6D6D6D. Windows color (decimal): -1369639 or 14227947. OLE color: 14227947.

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

Color convert

RGB 235 25 217 -
CMYK 0 0.89 0.08 0.08
HSL 305.14º 0.84% 0.51% -
HSV(B) 305.14º 0.89% 0.92% -
XYZ 47.13 23.37 67.67 -
YUV 109.68 188.57 217.39 -
System Red Green Blue C M Y K H S L
Decimal 235 25 217 0 0.89 0.08 0.08 305.14 0.84 0.51
Hex EB 19 D9 0 59 8 8 131 54 33
Octal 353 31 331 0 131 10 10 461 124 63
Binary 11101011 11001 11011001 0 1011001 1000 1000 100110001 1010100 110011

Color Harmonies of #EB19D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19D9

Black with #EB19D9

Text Example


Text Example

White with #EB19D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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