Html Css Color HEX #E721BB Shocking Pink

📋 copy color: '#E721BB'

red 231 ◦ green 33 ◦ blue 187

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

Shades of Shocking Pink #E721BB

Tints of Shocking Pink #E721BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 51.22%
G = 7.32%
B = 41.46%

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

#E721BB (or 0xE721BB) is known color: Shocking Pink. HEX triplet: E7, 21 and BB. RGB value is (231,33,187). Sum of RGB (Red+Green+Blue) = 231+33+187=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E721BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E721BB is #18DE44. Grayscale: #6D6D6D. Windows color (decimal): -1629765 or 12263911. OLE color: 12263911.

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

Color convert

RGB 231 33 187 -
CMYK 0 0.86 0.19 0.09
HSL 313.33º 0.8% 0.52% -
HSV(B) 313.33º 0.86% 0.91% -
XYZ 42.47 21.66 48.96 -
YUV 109.76 171.6 214.48 -
System Red Green Blue C M Y K H S L
Decimal 231 33 187 0 0.86 0.19 0.09 313.33 0.8 0.52
Hex E7 21 BB 0 56 13 9 139 50 34
Octal 347 41 273 0 126 23 11 471 120 64
Binary 11100111 100001 10111011 0 1010110 10011 1001 100111001 1010000 110100

Color Harmonies of #E721BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E721BB

Black with #E721BB

Text Example


Text Example

White with #E721BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E721BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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