Html Css Color HEX #E01CCA Shocking Pink

📋 copy color: '#E01CCA'

red 224 ◦ green 28 ◦ blue 202

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

Shades of Shocking Pink #E01CCA

Tints of Shocking Pink #E01CCA

RGB

 RED value IS 224 (87.89% from 255) = 49.34%

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 49.34%
G = 6.17%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E01CCA (or 0xE01CCA) is known color: Shocking Pink. HEX triplet: E0, 1C and CA. RGB value is (224,28,202). Sum of RGB (Red+Green+Blue) = 224+28+202=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCA is #1FE335. Grayscale: #696969. Windows color (decimal): -2089782 or 13245664. OLE color: 13245664.

HSL color Cylindrical-coordinate representation of color #E01CCA: hue angle of 306.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CCA is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 202 -
CMYK 0 0.88 0.10 0.12
HSL 306.73º 0.78% 0.49% -
HSV(B) 306.73º 0.88% 0.88% -
XYZ 41.82 20.94 57.72 -
YUV 106.44 181.93 211.85 -
System Red Green Blue C M Y K H S L
Decimal 224 28 202 0 0.88 0.10 0.12 306.73 0.78 0.49
Hex E0 1C CA 0 58 A C 133 4E 31
Octal 340 34 312 0 130 12 14 463 116 61
Binary 11100000 11100 11001010 0 1011000 1010 1100 100110011 1001110 110001

Color Harmonies of #E01CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CCA

Black with #E01CCA

Text Example


Text Example

White with #E01CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CCA; }

 p { color: rgb(224,28,202); }

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

background-color css

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

 a { background-color: rgb(224,28,202); }

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

border-color css

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

 span { border-color: rgb(224,28,202); }

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