Html Css Color HEX #E31CD0 Shocking Pink

📋 copy color: '#E31CD0'

red 227 ◦ green 28 ◦ blue 208

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

Shades of Shocking Pink #E31CD0

Tints of Shocking Pink #E31CD0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.05%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 49.03%
G = 6.05%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E31CD0 (or 0xE31CD0) is known color: Shocking Pink. HEX triplet: E3, 1C and D0. RGB value is (227,28,208). Sum of RGB (Red+Green+Blue) = 227+28+208=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E31CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31CD0 is #1CE32F. Grayscale: #6B6B6B. Windows color (decimal): -1893168 or 13638883. OLE color: 13638883.

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

Color convert

RGB 227 28 208 -
CMYK 0 0.88 0.08 0.11
HSL 305.73º 0.78% 0.5% -
HSV(B) 305.73º 0.88% 0.89% -
XYZ 43.48 21.72 61.57 -
YUV 108.02 184.43 212.86 -
System Red Green Blue C M Y K H S L
Decimal 227 28 208 0 0.88 0.08 0.11 305.73 0.78 0.5
Hex E3 1C D0 0 58 8 B 132 4E 32
Octal 343 34 320 0 130 10 13 462 116 62
Binary 11100011 11100 11010000 0 1011000 1000 1011 100110010 1001110 110010

Color Harmonies of #E31CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31CD0

Black with #E31CD0

Text Example


Text Example

White with #E31CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31CD0; }

 p { color: rgb(227,28,208); }

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

background-color css

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

 a { background-color: rgb(227,28,208); }

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

border-color css

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

 span { border-color: rgb(227,28,208); }

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