Html Css Color HEX #E402BE Shocking Pink

📋 copy color: '#E402BE'

red 228 ◦ green 2 ◦ blue 190

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

Shades of Shocking Pink #E402BE

Tints of Shocking Pink #E402BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 54.29%
G = 0.48%
B = 45.24%

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

#E402BE (or 0xE402BE) is known color: Shocking Pink. HEX triplet: E4, 02 and BE. RGB value is (228,2,190). Sum of RGB (Red+Green+Blue) = 228+2+190=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E402BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E402BE is #1BFD41. Grayscale: #5A5A5A. Windows color (decimal): -1834306 or 12452580. OLE color: 12452580.

HSL color Cylindrical-coordinate representation of color #E402BE: hue angle of 310.09º 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 #E402BE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 190 -
CMYK 0 0.99 0.17 0.11
HSL 310.09º 0.98% 0.45% -
HSV(B) 310.09º 0.99% 0.89% -
XYZ 41.31 20.26 50.45 -
YUV 91.01 183.87 225.71 -
System Red Green Blue C M Y K H S L
Decimal 228 2 190 0 0.99 0.17 0.11 310.09 0.98 0.45
Hex E4 2 BE 0 63 11 B 136 62 2D
Octal 344 2 276 0 143 21 13 466 142 55
Binary 11100100 10 10111110 0 1100011 10001 1011 100110110 1100010 101101

Color Harmonies of #E402BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E402BE

Black with #E402BE

Text Example


Text Example

White with #E402BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E402BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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