Html Css Color HEX #E400BB Shocking Pink

📋 copy color: '#E400BB'

red 228 ◦ green 0 ◦ blue 187

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

Shades of Shocking Pink #E400BB

Tints of Shocking Pink #E400BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 54.94%
G = 0%
B = 45.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E400BB (or 0xE400BB) is known color: Shocking Pink. HEX triplet: E4, 00 and BB. RGB value is (228,0,187). Sum of RGB (Red+Green+Blue) = 228+0+187=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E400BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E400BB is #1BFF44. Grayscale: #585858. Windows color (decimal): -1834821 or 12255460. OLE color: 12255460.

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

Color convert

RGB 228 0 187 -
CMYK 0 1 0.18 0.11
HSL 310.79º 1% 0.45% -
HSV(B) 310.79º 1% 0.89% -
XYZ 40.96 20.08 48.73 -
YUV 89.49 183.04 226.79 -
System Red Green Blue C M Y K H S L
Decimal 228 0 187 0 1 0.18 0.11 310.79 1 0.45
Hex E4 0 BB 0 64 12 B 137 64 2D
Octal 344 0 273 0 144 22 13 467 144 55
Binary 11100100 0 10111011 0 1100100 10010 1011 100110111 1100100 101101

Color Harmonies of #E400BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400BB

Black with #E400BB

Text Example


Text Example

White with #E400BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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