Html Css Color HEX #E721BA Shocking Pink

📋 copy color: '#E721BA'

red 231 ◦ green 33 ◦ blue 186

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

Shades of Shocking Pink #E721BA

Tints of Shocking Pink #E721BA

RGB

 RED value IS 231 (90.63% from 255) = 51.33%

 GREEN value IS 33 (13.28% from 255) = 7.33%

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

R = 51.33%
G = 7.33%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E721BA (or 0xE721BA) is known color: Shocking Pink. HEX triplet: E7, 21 and BA. RGB value is (231,33,186). Sum of RGB (Red+Green+Blue) = 231+33+186=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E721BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721BA is #18DE45. Grayscale: #6D6D6D. Windows color (decimal): -1629766 or 12198375. OLE color: 12198375.

HSL color Cylindrical-coordinate representation of color #E721BA: hue angle of 313.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E721BA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 186 -
CMYK 0 0.86 0.19 0.09
HSL 313.64º 0.8% 0.52% -
HSV(B) 313.64º 0.86% 0.91% -
XYZ 42.36 21.62 48.4 -
YUV 109.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 231 33 186 0 0.86 0.19 0.09 313.64 0.8 0.52
Hex E7 21 BA 0 56 13 9 13A 50 34
Octal 347 41 272 0 126 23 11 472 120 64
Binary 11100111 100001 10111010 0 1010110 10011 1001 100111010 1010000 110100

Color Harmonies of #E721BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721BA

Black with #E721BA

Text Example


Text Example

White with #E721BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721BA; }

 p { color: rgb(231,33,186); }

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

background-color css

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

 a { background-color: rgb(231,33,186); }

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

border-color css

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

 span { border-color: rgb(231,33,186); }

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