Html Css Color HEX #EB15CA Shocking Pink

📋 copy color: '#EB15CA'

red 235 ◦ green 21 ◦ blue 202

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

Shades of Shocking Pink #EB15CA

Tints of Shocking Pink #EB15CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 51.31%
G = 4.59%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EB15CA (or 0xEB15CA) is known color: Shocking Pink. HEX triplet: EB, 15 and CA. RGB value is (235,21,202). Sum of RGB (Red+Green+Blue) = 235+21+202=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15CA is #14EA35. Grayscale: #696969. Windows color (decimal): -1370678 or 13243883. OLE color: 13243883.

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

Color convert

RGB 235 21 202 -
CMYK 0 0.91 0.14 0.08
HSL 309.25º 0.84% 0.5% -
HSV(B) 309.25º 0.91% 0.92% -
XYZ 45.19 22.46 57.83 -
YUV 105.62 182.4 220.28 -
System Red Green Blue C M Y K H S L
Decimal 235 21 202 0 0.91 0.14 0.08 309.25 0.84 0.5
Hex EB 15 CA 0 5B E 8 135 54 32
Octal 353 25 312 0 133 16 10 465 124 62
Binary 11101011 10101 11001010 0 1011011 1110 1000 100110101 1010100 110010

Color Harmonies of #EB15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15CA

Black with #EB15CA

Text Example


Text Example

White with #EB15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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