Html Css Color HEX #E306BA Shocking Pink

📋 copy color: '#E306BA'

red 227 ◦ green 6 ◦ blue 186

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

Shades of Shocking Pink #E306BA

Tints of Shocking Pink #E306BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 54.18%
G = 1.43%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E306BA (or 0xE306BA) is known color: Shocking Pink. HEX triplet: E3, 06 and BA. RGB value is (227,6,186). Sum of RGB (Red+Green+Blue) = 227+6+186=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E306BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E306BA is #1CF945. Grayscale: #5C5C5C. Windows color (decimal): -1898822 or 12191459. OLE color: 12191459.

HSL color Cylindrical-coordinate representation of color #E306BA: hue angle of 311.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E306BA is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 6 186 -
CMYK 0 0.97 0.18 0.11
HSL 311.13º 0.95% 0.46% -
HSV(B) 311.13º 0.97% 0.89% -
XYZ 40.61 20.01 48.18 -
YUV 92.6 180.72 223.86 -
System Red Green Blue C M Y K H S L
Decimal 227 6 186 0 0.97 0.18 0.11 311.13 0.95 0.46
Hex E3 6 BA 0 61 12 B 137 5F 2E
Octal 343 6 272 0 141 22 13 467 137 56
Binary 11100011 110 10111010 0 1100001 10010 1011 100110111 1011111 101110

Color Harmonies of #E306BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E306BA

Black with #E306BA

Text Example


Text Example

White with #E306BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E306BA; }

 p { color: rgb(227,6,186); }

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

background-color css

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

 a { background-color: rgb(227,6,186); }

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

border-color css

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

 span { border-color: rgb(227,6,186); }

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