Html Css Color HEX #E31DBB Shocking Pink

📋 copy color: '#E31DBB'

red 227 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #E31DBB

Tints of Shocking Pink #E31DBB

RGB

 RED value IS 227 (89.06% from 255) = 51.24%

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

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

R = 51.24%
G = 6.55%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E31DBB (or 0xE31DBB) is known color: Shocking Pink. HEX triplet: E3, 1D and BB. RGB value is (227,29,187). Sum of RGB (Red+Green+Blue) = 227+29+187=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DBB is #1CE244. Grayscale: #696969. Windows color (decimal): -1892933 or 12262883. OLE color: 12262883.

HSL color Cylindrical-coordinate representation of color #E31DBB: hue angle of 312.12º degrees, saturation: 0.78, 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 #E31DBB is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 29 187 -
CMYK 0 0.87 0.18 0.11
HSL 312.12º 0.78% 0.5% -
HSV(B) 312.12º 0.87% 0.89% -
XYZ 41.09 20.8 48.86 -
YUV 106.21 173.6 214.15 -
System Red Green Blue C M Y K H S L
Decimal 227 29 187 0 0.87 0.18 0.11 312.12 0.78 0.5
Hex E3 1D BB 0 57 12 B 138 4E 32
Octal 343 35 273 0 127 22 13 470 116 62
Binary 11100011 11101 10111011 0 1010111 10010 1011 100111000 1001110 110010

Color Harmonies of #E31DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DBB

Black with #E31DBB

Text Example


Text Example

White with #E31DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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