Html Css Color HEX #DE1EC4 Shocking Pink

📋 copy color: '#DE1EC4'

red 222 ◦ green 30 ◦ blue 196

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

Shades of Shocking Pink #DE1EC4

Tints of Shocking Pink #DE1EC4

RGB

 RED value IS 222 (87.11% from 255) = 49.55%

 GREEN value IS 30 (12.11% from 255) = 6.7%

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

R = 49.55%
G = 6.7%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DE1EC4 (or 0xDE1EC4) is known color: Shocking Pink. HEX triplet: DE, 1E and C4. RGB value is (222,30,196). Sum of RGB (Red+Green+Blue) = 222+30+196=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EC4 is #21E13B. Grayscale: #696969. Windows color (decimal): -2220348 or 12852958. OLE color: 12852958.

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

Color convert

RGB 222 30 196 -
CMYK 0 0.86 0.12 0.13
HSL 308.13º 0.76% 0.49% -
HSV(B) 308.13º 0.86% 0.87% -
XYZ 40.55 20.44 54.03 -
YUV 106.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 222 30 196 0 0.86 0.12 0.13 308.13 0.76 0.49
Hex DE 1E C4 0 56 C D 134 4C 31
Octal 336 36 304 0 126 14 15 464 114 61
Binary 11011110 11110 11000100 0 1010110 1100 1101 100110100 1001100 110001

Color Harmonies of #DE1EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1EC4

Black with #DE1EC4

Text Example


Text Example

White with #DE1EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1EC4; }

 p { color: rgb(222,30,196); }

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

background-color css

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

 a { background-color: rgb(222,30,196); }

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

border-color css

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

 span { border-color: rgb(222,30,196); }

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