Html Css Color HEX #E720BE Shocking Pink

📋 copy color: '#E720BE'

red 231 ◦ green 32 ◦ blue 190

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

Shades of Shocking Pink #E720BE

Tints of Shocking Pink #E720BE

RGB

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

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

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

R = 50.99%
G = 7.06%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E720BE (or 0xE720BE) is known color: Shocking Pink. HEX triplet: E7, 20 and BE. RGB value is (231,32,190). Sum of RGB (Red+Green+Blue) = 231+32+190=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E720BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720BE is #18DF41. Grayscale: #6D6D6D. Windows color (decimal): -1630018 or 12460263. OLE color: 12460263.

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

Color convert

RGB 231 32 190 -
CMYK 0 0.86 0.18 0.09
HSL 312.36º 0.81% 0.52% -
HSV(B) 312.36º 0.86% 0.91% -
XYZ 42.77 21.74 50.66 -
YUV 109.51 173.43 214.65 -
System Red Green Blue C M Y K H S L
Decimal 231 32 190 0 0.86 0.18 0.09 312.36 0.81 0.52
Hex E7 20 BE 0 56 12 9 138 51 34
Octal 347 40 276 0 126 22 11 470 121 64
Binary 11100111 100000 10111110 0 1010110 10010 1001 100111000 1010001 110100

Color Harmonies of #E720BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720BE

Black with #E720BE

Text Example


Text Example

White with #E720BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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