Html Css Color HEX #E621BB Shocking Pink

📋 copy color: '#E621BB'

red 230 ◦ green 33 ◦ blue 187

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

Shades of Shocking Pink #E621BB

Tints of Shocking Pink #E621BB

RGB

 RED value IS 230 (90.23% from 255) = 51.11%

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

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

R = 51.11%
G = 7.33%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E621BB (or 0xE621BB) is known color: Shocking Pink. HEX triplet: E6, 21 and BB. RGB value is (230,33,187). Sum of RGB (Red+Green+Blue) = 230+33+187=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E621BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621BB is #19DE44. Grayscale: #6D6D6D. Windows color (decimal): -1695301 or 12263910. OLE color: 12263910.

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

Color convert

RGB 230 33 187 -
CMYK 0 0.86 0.19 0.10
HSL 313.1º 0.8% 0.52% -
HSV(B) 313.1º 0.86% 0.9% -
XYZ 42.15 21.5 48.94 -
YUV 109.46 171.77 213.98 -
System Red Green Blue C M Y K H S L
Decimal 230 33 187 0 0.86 0.19 0.10 313.1 0.8 0.52
Hex E6 21 BB 0 56 13 A 139 50 34
Octal 346 41 273 0 126 23 12 471 120 64
Binary 11100110 100001 10111011 0 1010110 10011 1010 100111001 1010000 110100

Color Harmonies of #E621BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621BB

Black with #E621BB

Text Example


Text Example

White with #E621BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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