Html Css Color HEX #E20DBA Shocking Pink

📋 copy color: '#E20DBA'

red 226 ◦ green 13 ◦ blue 186

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

Shades of Shocking Pink #E20DBA

Tints of Shocking Pink #E20DBA

RGB

 RED value IS 226 (88.67% from 255) = 53.18%

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 53.18%
G = 3.06%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E20DBA (or 0xE20DBA) is known color: Shocking Pink. HEX triplet: E2, 0D and BA. RGB value is (226,13,186). Sum of RGB (Red+Green+Blue) = 226+13+186=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DBA is #1DF245. Grayscale: #5F5F5F. Windows color (decimal): -1962566 or 12193250. OLE color: 12193250.

HSL color Cylindrical-coordinate representation of color #E20DBA: hue angle of 311.27º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20DBA is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 13 186 -
CMYK 0 0.94 0.18 0.11
HSL 311.27º 0.89% 0.47% -
HSV(B) 311.27º 0.94% 0.89% -
XYZ 40.37 20 48.19 -
YUV 96.41 178.57 220.43 -
System Red Green Blue C M Y K H S L
Decimal 226 13 186 0 0.94 0.18 0.11 311.27 0.89 0.47
Hex E2 D BA 0 5E 12 B 137 59 2F
Octal 342 15 272 0 136 22 13 467 131 57
Binary 11100010 1101 10111010 0 1011110 10010 1011 100110111 1011001 101111

Color Harmonies of #E20DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20DBA

Black with #E20DBA

Text Example


Text Example

White with #E20DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20DBA; }

 p { color: rgb(226,13,186); }

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

background-color css

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

 a { background-color: rgb(226,13,186); }

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

border-color css

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

 span { border-color: rgb(226,13,186); }

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