Html Css Color HEX #E21DBB Shocking Pink

📋 copy color: '#E21DBB'

red 226 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #E21DBB

Tints of Shocking Pink #E21DBB

RGB

 RED value IS 226 (88.67% from 255) = 51.13%

 GREEN value IS 29 (11.72% from 255) = 6.56%

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

R = 51.13%
G = 6.56%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E21DBB (or 0xE21DBB) is known color: Shocking Pink. HEX triplet: E2, 1D and BB. RGB value is (226,29,187). Sum of RGB (Red+Green+Blue) = 226+29+187=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21DBB is #1DE244. Grayscale: #696969. Windows color (decimal): -1958469 or 12262882. OLE color: 12262882.

HSL color Cylindrical-coordinate representation of color #E21DBB: hue angle of 311.88º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21DBB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 187 -
CMYK 0 0.87 0.17 0.11
HSL 311.88º 0.77% 0.5% -
HSV(B) 311.88º 0.87% 0.89% -
XYZ 40.77 20.64 48.85 -
YUV 105.92 173.77 213.65 -
System Red Green Blue C M Y K H S L
Decimal 226 29 187 0 0.87 0.17 0.11 311.88 0.77 0.5
Hex E2 1D BB 0 57 11 B 138 4D 32
Octal 342 35 273 0 127 21 13 470 115 62
Binary 11100010 11101 10111011 0 1010111 10001 1011 100111000 1001101 110010

Color Harmonies of #E21DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DBB

Black with #E21DBB

Text Example


Text Example

White with #E21DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DBB; }

 p { color: rgb(226,29,187); }

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

background-color css

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

 a { background-color: rgb(226,29,187); }

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

border-color css

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

 span { border-color: rgb(226,29,187); }

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