Html Css Color HEX #E621BC Shocking Pink

📋 copy color: '#E621BC'

red 230 ◦ green 33 ◦ blue 188

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

Shades of Shocking Pink #E621BC

Tints of Shocking Pink #E621BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 51%
G = 7.32%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E621BC (or 0xE621BC) is known color: Shocking Pink. HEX triplet: E6, 21 and BC. RGB value is (230,33,188). Sum of RGB (Red+Green+Blue) = 230+33+188=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E621BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621BC is #19DE43. Grayscale: #6D6D6D. Windows color (decimal): -1695300 or 12329446. OLE color: 12329446.

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

Color convert

RGB 230 33 188 -
CMYK 0 0.86 0.18 0.10
HSL 312.79º 0.8% 0.52% -
HSV(B) 312.79º 0.86% 0.9% -
XYZ 42.25 21.54 49.51 -
YUV 109.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 230 33 188 0 0.86 0.18 0.10 312.79 0.8 0.52
Hex E6 21 BC 0 56 12 A 139 50 34
Octal 346 41 274 0 126 22 12 471 120 64
Binary 11100110 100001 10111100 0 1010110 10010 1010 100111001 1010000 110100

Color Harmonies of #E621BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621BC

Black with #E621BC

Text Example


Text Example

White with #E621BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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