Html Css Color HEX #E401BD Shocking Pink

📋 copy color: '#E401BD'

red 228 ◦ green 1 ◦ blue 189

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

Shades of Shocking Pink #E401BD

Tints of Shocking Pink #E401BD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 54.55%
G = 0.24%
B = 45.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E401BD (or 0xE401BD) is known color: Shocking Pink. HEX triplet: E4, 01 and BD. RGB value is (228,1,189). Sum of RGB (Red+Green+Blue) = 228+1+189=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E401BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E401BD is #1BFE42. Grayscale: #595959. Windows color (decimal): -1834563 or 12386788. OLE color: 12386788.

HSL color Cylindrical-coordinate representation of color #E401BD: hue angle of 310.31º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E401BD is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 189 -
CMYK 0 1.00 0.17 0.11
HSL 310.31º 0.99% 0.45% -
HSV(B) 310.31º 1% 0.89% -
XYZ 41.19 20.19 49.87 -
YUV 90.31 183.71 226.21 -
System Red Green Blue C M Y K H S L
Decimal 228 1 189 0 1.00 0.17 0.11 310.31 0.99 0.45
Hex E4 1 BD 0 64 11 B 136 63 2D
Octal 344 1 275 0 144 21 13 466 143 55
Binary 11100100 1 10111101 0 1100100 10001 1011 100110110 1100011 101101

Color Harmonies of #E401BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401BD

Black with #E401BD

Text Example


Text Example

White with #E401BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401BD; }

 p { color: rgb(228,1,189); }

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

background-color css

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

 a { background-color: rgb(228,1,189); }

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

border-color css

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

 span { border-color: rgb(228,1,189); }

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