Html Css Color HEX #E400BE Shocking Pink

📋 copy color: '#E400BE'

red 228 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #E400BE

Tints of Shocking Pink #E400BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E400BE (or 0xE400BE) is known color: Shocking Pink. HEX triplet: E4, 00 and BE. RGB value is (228,0,190). Sum of RGB (Red+Green+Blue) = 228+0+190=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E400BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400BE is #1BFF41. Grayscale: #595959. Windows color (decimal): -1834818 or 12452068. OLE color: 12452068.

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

Color convert

RGB 228 0 190 -
CMYK 0 1 0.17 0.11
HSL 310º 1% 0.45% -
HSV(B) 310º 1% 0.89% -
XYZ 41.29 20.21 50.44 -
YUV 89.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 228 0 190 0 1 0.17 0.11 310 1 0.45
Hex E4 0 BE 0 64 11 B 136 64 2D
Octal 344 0 276 0 144 21 13 466 144 55
Binary 11100100 0 10111110 0 1100100 10001 1011 100110110 1100100 101101

Color Harmonies of #E400BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400BE

Black with #E400BE

Text Example


Text Example

White with #E400BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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