Html Css Color HEX #EB02C1 Shocking Pink

📋 copy color: '#EB02C1'

red 235 ◦ green 2 ◦ blue 193

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

Shades of Shocking Pink #EB02C1

Tints of Shocking Pink #EB02C1

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 54.65%
G = 0.47%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB02C1 (or 0xEB02C1) is known color: Shocking Pink. HEX triplet: EB, 02 and C1. RGB value is (235,2,193). Sum of RGB (Red+Green+Blue) = 235+2+193=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB02C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB02C1 is #14FD3E. Grayscale: #5C5C5C. Windows color (decimal): -1375551 or 12649195. OLE color: 12649195.

HSL color Cylindrical-coordinate representation of color #EB02C1: hue angle of 310.82º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB02C1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 2 193 -
CMYK 0 0.99 0.18 0.08
HSL 310.82º 0.98% 0.46% -
HSV(B) 310.82º 0.99% 0.92% -
XYZ 43.91 21.56 52.3 -
YUV 93.44 184.19 228.97 -
System Red Green Blue C M Y K H S L
Decimal 235 2 193 0 0.99 0.18 0.08 310.82 0.98 0.46
Hex EB 2 C1 0 63 12 8 137 62 2E
Octal 353 2 301 0 143 22 10 467 142 56
Binary 11101011 10 11000001 0 1100011 10010 1000 100110111 1100010 101110

Color Harmonies of #EB02C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB02C1

Black with #EB02C1

Text Example


Text Example

White with #EB02C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB02C1; }

 p { color: rgb(235,2,193); }

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

background-color css

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

 a { background-color: rgb(235,2,193); }

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

border-color css

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

 span { border-color: rgb(235,2,193); }

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