Html Css Color HEX #E41DBA Shocking Pink

📋 copy color: '#E41DBA'

red 228 ◦ green 29 ◦ blue 186

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

Shades of Shocking Pink #E41DBA

Tints of Shocking Pink #E41DBA

RGB

 RED value IS 228 (89.45% from 255) = 51.47%

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

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

R = 51.47%
G = 6.55%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E41DBA (or 0xE41DBA) is known color: Shocking Pink. HEX triplet: E4, 1D and BA. RGB value is (228,29,186). Sum of RGB (Red+Green+Blue) = 228+29+186=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DBA is #1BE245. Grayscale: #696969. Windows color (decimal): -1827398 or 12197348. OLE color: 12197348.

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

Color convert

RGB 228 29 186 -
CMYK 0 0.87 0.18 0.11
HSL 312.66º 0.79% 0.5% -
HSV(B) 312.66º 0.87% 0.89% -
XYZ 41.3 20.92 48.32 -
YUV 106.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 228 29 186 0 0.87 0.18 0.11 312.66 0.79 0.5
Hex E4 1D BA 0 57 12 B 139 4F 32
Octal 344 35 272 0 127 22 13 471 117 62
Binary 11100100 11101 10111010 0 1010111 10010 1011 100111001 1001111 110010

Color Harmonies of #E41DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DBA

Black with #E41DBA

Text Example


Text Example

White with #E41DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DBA; }

 p { color: rgb(228,29,186); }

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

background-color css

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

 a { background-color: rgb(228,29,186); }

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

border-color css

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

 span { border-color: rgb(228,29,186); }

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