Html Css Color HEX #E300BE Shocking Pink

📋 copy color: '#E300BE'

red 227 ◦ green 0 ◦ blue 190

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

Shades of Shocking Pink #E300BE

Tints of Shocking Pink #E300BE

RGB

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

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

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

R = 54.44%
G = 0%
B = 45.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E300BE (or 0xE300BE) is known color: Shocking Pink. HEX triplet: E3, 00 and BE. RGB value is (227,0,190). Sum of RGB (Red+Green+Blue) = 227+0+190=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E300BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E300BE is #1CFF41. Grayscale: #595959. Windows color (decimal): -1900354 or 12452067. OLE color: 12452067.

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

Color convert

RGB 227 0 190 -
CMYK 0 1 0.16 0.11
HSL 309.78º 1% 0.45% -
HSV(B) 309.78º 1% 0.89% -
XYZ 40.97 20.05 50.43 -
YUV 89.53 184.71 226.05 -
System Red Green Blue C M Y K H S L
Decimal 227 0 190 0 1 0.16 0.11 309.78 1 0.45
Hex E3 0 BE 0 64 10 B 136 64 2D
Octal 343 0 276 0 144 20 13 466 144 55
Binary 11100011 0 10111110 0 1100100 10000 1011 100110110 1100100 101101

Color Harmonies of #E300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300BE

Black with #E300BE

Text Example


Text Example

White with #E300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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