Html Css Color HEX #E300BD Shocking Pink

📋 copy color: '#E300BD'

red 227 ◦ green 0 ◦ blue 189

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

Shades of Shocking Pink #E300BD

Tints of Shocking Pink #E300BD

RGB

 RED value IS 227 (89.06% from 255) = 54.57%

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

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

R = 54.57%
G = 0%
B = 45.43%

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

#E300BD (or 0xE300BD) is known color: Shocking Pink. HEX triplet: E3, 00 and BD. RGB value is (227,0,189). Sum of RGB (Red+Green+Blue) = 227+0+189=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E300BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300BD is #1CFF42. Grayscale: #585858. Windows color (decimal): -1900355 or 12386531. OLE color: 12386531.

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

Color convert

RGB 227 0 189 -
CMYK 0 1 0.17 0.11
HSL 310.04º 1% 0.45% -
HSV(B) 310.04º 1% 0.89% -
XYZ 40.86 20.01 49.85 -
YUV 89.42 184.21 226.13 -
System Red Green Blue C M Y K H S L
Decimal 227 0 189 0 1 0.17 0.11 310.04 1 0.45
Hex E3 0 BD 0 64 11 B 136 64 2D
Octal 343 0 275 0 144 21 13 466 144 55
Binary 11100011 0 10111101 0 1100100 10001 1011 100110110 1100100 101101

Color Harmonies of #E300BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300BD

Black with #E300BD

Text Example


Text Example

White with #E300BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300BD; }

 p { color: rgb(227,0,189); }

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

background-color css

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

 a { background-color: rgb(227,0,189); }

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

border-color css

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

 span { border-color: rgb(227,0,189); }

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