Html Css Color HEX #E31DCB Shocking Pink

📋 copy color: '#E31DCB'

red 227 ◦ green 29 ◦ blue 203

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

Shades of Shocking Pink #E31DCB

Tints of Shocking Pink #E31DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 49.46%
G = 6.32%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E31DCB (or 0xE31DCB) is known color: Shocking Pink. HEX triplet: E3, 1D and CB. RGB value is (227,29,203). Sum of RGB (Red+Green+Blue) = 227+29+203=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E31DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31DCB is #1CE234. Grayscale: #6B6B6B. Windows color (decimal): -1892917 or 13311459. OLE color: 13311459.

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

Color convert

RGB 227 29 203 -
CMYK 0 0.87 0.11 0.11
HSL 307.27º 0.78% 0.5% -
HSV(B) 307.27º 0.87% 0.89% -
XYZ 42.9 21.52 58.39 -
YUV 108.04 181.6 212.85 -
System Red Green Blue C M Y K H S L
Decimal 227 29 203 0 0.87 0.11 0.11 307.27 0.78 0.5
Hex E3 1D CB 0 57 B B 133 4E 32
Octal 343 35 313 0 127 13 13 463 116 62
Binary 11100011 11101 11001011 0 1010111 1011 1011 100110011 1001110 110010

Color Harmonies of #E31DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31DCB

Black with #E31DCB

Text Example


Text Example

White with #E31DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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