Html Css Color HEX #E402BD Shocking Pink

📋 copy color: '#E402BD'

red 228 ◦ green 2 ◦ blue 189

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

Shades of Shocking Pink #E402BD

Tints of Shocking Pink #E402BD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 54.42%
G = 0.48%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E402BD (or 0xE402BD) is known color: Shocking Pink. HEX triplet: E4, 02 and BD. RGB value is (228,2,189). Sum of RGB (Red+Green+Blue) = 228+2+189=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E402BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402BD is #1BFD42. Grayscale: #5A5A5A. Windows color (decimal): -1834307 or 12387044. OLE color: 12387044.

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

Color convert

RGB 228 2 189 -
CMYK 0 0.99 0.17 0.11
HSL 310.35º 0.98% 0.45% -
HSV(B) 310.35º 0.99% 0.89% -
XYZ 41.2 20.21 49.87 -
YUV 90.89 183.37 225.79 -
System Red Green Blue C M Y K H S L
Decimal 228 2 189 0 0.99 0.17 0.11 310.35 0.98 0.45
Hex E4 2 BD 0 63 11 B 136 62 2D
Octal 344 2 275 0 143 21 13 466 142 55
Binary 11100100 10 10111101 0 1100011 10001 1011 100110110 1100010 101101

Color Harmonies of #E402BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402BD

Black with #E402BD

Text Example


Text Example

White with #E402BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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