Html Css Color HEX #E301BE Shocking Pink

📋 copy color: '#E301BE'

red 227 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #E301BE

Tints of Shocking Pink #E301BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 54.31%
G = 0.24%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E301BE (or 0xE301BE) is known color: Shocking Pink. HEX triplet: E3, 01 and BE. RGB value is (227,1,190). Sum of RGB (Red+Green+Blue) = 227+1+190=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E301BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E301BE is #1CFE41. Grayscale: #595959. Windows color (decimal): -1900098 or 12452323. OLE color: 12452323.

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

Color convert

RGB 227 1 190 -
CMYK 0 1.00 0.16 0.11
HSL 309.82º 0.99% 0.45% -
HSV(B) 309.82º 1% 0.89% -
XYZ 40.98 20.07 50.43 -
YUV 90.12 184.37 225.63 -
System Red Green Blue C M Y K H S L
Decimal 227 1 190 0 1.00 0.16 0.11 309.82 0.99 0.45
Hex E3 1 BE 0 64 10 B 136 63 2D
Octal 343 1 276 0 144 20 13 466 143 55
Binary 11100011 1 10111110 0 1100100 10000 1011 100110110 1100011 101101

Color Harmonies of #E301BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E301BE

Black with #E301BE

Text Example


Text Example

White with #E301BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E301BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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