Html Css Color HEX #EB15B8 Shocking Pink

📋 copy color: '#EB15B8'

red 235 ◦ green 21 ◦ blue 184

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

Shades of Shocking Pink #EB15B8

Tints of Shocking Pink #EB15B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.82%

R = 53.41%
G = 4.77%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EB15B8 (or 0xEB15B8) is known color: Shocking Pink. HEX triplet: EB, 15 and B8. RGB value is (235,21,184). Sum of RGB (Red+Green+Blue) = 235+21+184=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15B8 is #14EA47. Grayscale: #676767. Windows color (decimal): -1370696 or 12064235. OLE color: 12064235.

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

Color convert

RGB 235 21 184 -
CMYK 0 0.91 0.22 0.08
HSL 314.3º 0.84% 0.5% -
HSV(B) 314.3º 0.91% 0.92% -
XYZ 43.18 21.66 47.25 -
YUV 103.57 173.4 221.75 -
System Red Green Blue C M Y K H S L
Decimal 235 21 184 0 0.91 0.22 0.08 314.3 0.84 0.5
Hex EB 15 B8 0 5B 16 8 13A 54 32
Octal 353 25 270 0 133 26 10 472 124 62
Binary 11101011 10101 10111000 0 1011011 10110 1000 100111010 1010100 110010

Color Harmonies of #EB15B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15B8

Black with #EB15B8

Text Example


Text Example

White with #EB15B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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