Html Css Color HEX #E11DC4 Shocking Pink

📋 copy color: '#E11DC4'

red 225 ◦ green 29 ◦ blue 196

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

Shades of Shocking Pink #E11DC4

Tints of Shocking Pink #E11DC4

RGB

 RED value IS 225 (88.28% from 255) = 50%

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 50%
G = 6.44%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E11DC4 (or 0xE11DC4) is known color: Shocking Pink. HEX triplet: E1, 1D and C4. RGB value is (225,29,196). Sum of RGB (Red+Green+Blue) = 225+29+196=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 29 (11.72% from 255 or 6.44% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DC4 is #1EE23B. Grayscale: #6A6A6A. Windows color (decimal): -2023996 or 12852705. OLE color: 12852705.

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

Color convert

RGB 225 29 196 -
CMYK 0 0.87 0.13 0.12
HSL 308.88º 0.77% 0.5% -
HSV(B) 308.88º 0.87% 0.88% -
XYZ 41.45 20.87 54.07 -
YUV 106.64 178.43 212.42 -
System Red Green Blue C M Y K H S L
Decimal 225 29 196 0 0.87 0.13 0.12 308.88 0.77 0.5
Hex E1 1D C4 0 57 D C 135 4D 32
Octal 341 35 304 0 127 15 14 465 115 62
Binary 11100001 11101 11000100 0 1010111 1101 1100 100110101 1001101 110010

Color Harmonies of #E11DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11DC4

Black with #E11DC4

Text Example


Text Example

White with #E11DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11DC4; }

 p { color: rgb(225,29,196); }

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

background-color css

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

 a { background-color: rgb(225,29,196); }

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

border-color css

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

 span { border-color: rgb(225,29,196); }

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