Html Css Color HEX #EB1DD2 Shocking Pink

📋 copy color: '#EB1DD2'

red 235 ◦ green 29 ◦ blue 210

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

Shades of Shocking Pink #EB1DD2

Tints of Shocking Pink #EB1DD2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.12%

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

R = 49.58%
G = 6.12%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB1DD2 (or 0xEB1DD2) is known color: Shocking Pink. HEX triplet: EB, 1D and D2. RGB value is (235,29,210). Sum of RGB (Red+Green+Blue) = 235+29+210=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1DD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB1DD2 is #14E22D. Grayscale: #6E6E6E. Windows color (decimal): -1368622 or 13770219. OLE color: 13770219.

HSL color Cylindrical-coordinate representation of color #EB1DD2: hue angle of 307.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1DD2 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 210 -
CMYK 0 0.88 0.11 0.08
HSL 307.28º 0.84% 0.52% -
HSV(B) 307.28º 0.88% 0.92% -
XYZ 46.33 23.19 63.01 -
YUV 111.23 183.75 216.28 -
System Red Green Blue C M Y K H S L
Decimal 235 29 210 0 0.88 0.11 0.08 307.28 0.84 0.52
Hex EB 1D D2 0 58 B 8 133 54 34
Octal 353 35 322 0 130 13 10 463 124 64
Binary 11101011 11101 11010010 0 1011000 1011 1000 100110011 1010100 110100

Color Harmonies of #EB1DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1DD2

Black with #EB1DD2

Text Example


Text Example

White with #EB1DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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