Html Css Color HEX #E720BA Shocking Pink

📋 copy color: '#E720BA'

red 231 ◦ green 32 ◦ blue 186

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

Shades of Shocking Pink #E720BA

Tints of Shocking Pink #E720BA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.13%

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

R = 51.45%
G = 7.13%
B = 41.43%

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

#E720BA (or 0xE720BA) is known color: Shocking Pink. HEX triplet: E7, 20 and BA. RGB value is (231,32,186). Sum of RGB (Red+Green+Blue) = 231+32+186=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E720BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720BA is #18DF45. Grayscale: #6C6C6C. Windows color (decimal): -1630022 or 12198119. OLE color: 12198119.

HSL color Cylindrical-coordinate representation of color #E720BA: hue angle of 313.57º degrees, saturation: 0.81, 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 #E720BA is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 186 -
CMYK 0 0.86 0.19 0.09
HSL 313.57º 0.81% 0.52% -
HSV(B) 313.57º 0.86% 0.91% -
XYZ 42.33 21.57 48.39 -
YUV 109.06 171.43 214.98 -
System Red Green Blue C M Y K H S L
Decimal 231 32 186 0 0.86 0.19 0.09 313.57 0.81 0.52
Hex E7 20 BA 0 56 13 9 13A 51 34
Octal 347 40 272 0 126 23 11 472 121 64
Binary 11100111 100000 10111010 0 1010110 10011 1001 100111010 1010001 110100

Color Harmonies of #E720BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720BA

Black with #E720BA

Text Example


Text Example

White with #E720BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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