Html Css Color HEX #EB19C8 Shocking Pink

📋 copy color: '#EB19C8'

red 235 ◦ green 25 ◦ blue 200

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

Shades of Shocking Pink #EB19C8

Tints of Shocking Pink #EB19C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 51.09%
G = 5.43%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB19C8 (or 0xEB19C8) is known color: Shocking Pink. HEX triplet: EB, 19 and C8. RGB value is (235,25,200). Sum of RGB (Red+Green+Blue) = 235+25+200=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19C8 is #14E637. Grayscale: #6B6B6B. Windows color (decimal): -1369656 or 13113835. OLE color: 13113835.

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

Color convert

RGB 235 25 200 -
CMYK 0 0.89 0.15 0.08
HSL 310º 0.84% 0.51% -
HSV(B) 310º 0.89% 0.92% -
XYZ 45.03 22.53 56.62 -
YUV 107.74 180.07 218.77 -
System Red Green Blue C M Y K H S L
Decimal 235 25 200 0 0.89 0.15 0.08 310 0.84 0.51
Hex EB 19 C8 0 59 F 8 136 54 33
Octal 353 31 310 0 131 17 10 466 124 63
Binary 11101011 11001 11001000 0 1011001 1111 1000 100110110 1010100 110011

Color Harmonies of #EB19C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB19C8

Black with #EB19C8

Text Example


Text Example

White with #EB19C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB19C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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