Html Css Color HEX #EB1AD2 Shocking Pink

📋 copy color: '#EB1AD2'

red 235 ◦ green 26 ◦ blue 210

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

Shades of Shocking Pink #EB1AD2

Tints of Shocking Pink #EB1AD2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.52%

 BLUE value IS 210 (82.42% from 255) = 44.59%

R = 49.89%
G = 5.52%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB1AD2 (or 0xEB1AD2) is known color: Shocking Pink. HEX triplet: EB, 1A and D2. RGB value is (235,26,210). Sum of RGB (Red+Green+Blue) = 235+26+210=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1AD2 is #14E52D. Grayscale: #6C6C6C. Windows color (decimal): -1369390 or 13769451. OLE color: 13769451.

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

Color convert

RGB 235 26 210 -
CMYK 0 0.89 0.11 0.08
HSL 307.18º 0.84% 0.51% -
HSV(B) 307.18º 0.89% 0.92% -
XYZ 46.26 23.05 62.98 -
YUV 109.47 184.74 217.54 -
System Red Green Blue C M Y K H S L
Decimal 235 26 210 0 0.89 0.11 0.08 307.18 0.84 0.51
Hex EB 1A D2 0 59 B 8 133 54 33
Octal 353 32 322 0 131 13 10 463 124 63
Binary 11101011 11010 11010010 0 1011001 1011 1000 100110011 1010100 110011

Color Harmonies of #EB1AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1AD2

Black with #EB1AD2

Text Example


Text Example

White with #EB1AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1AD2; }

 p { color: rgb(235,26,210); }

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

background-color css

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

 a { background-color: rgb(235,26,210); }

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

border-color css

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

 span { border-color: rgb(235,26,210); }

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