Html Css Color HEX #E01AC9 Shocking Pink

📋 copy color: '#E01AC9'

red 224 ◦ green 26 ◦ blue 201

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

Shades of Shocking Pink #E01AC9

Tints of Shocking Pink #E01AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.76%

 BLUE value IS 201 (78.91% from 255) = 44.57%

R = 49.67%
G = 5.76%
B = 44.57%

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

#E01AC9 (or 0xE01AC9) is known color: Shocking Pink. HEX triplet: E0, 1A and C9. RGB value is (224,26,201). Sum of RGB (Red+Green+Blue) = 224+26+201=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01AC9 is #1FE536. Grayscale: #686868. Windows color (decimal): -2090295 or 13179616. OLE color: 13179616.

HSL color Cylindrical-coordinate representation of color #E01AC9: hue angle of 306.97º degrees, saturation: 0.79, 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 #E01AC9 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 201 -
CMYK 0 0.88 0.10 0.12
HSL 306.97º 0.79% 0.49% -
HSV(B) 306.97º 0.88% 0.88% -
XYZ 41.65 20.8 57.08 -
YUV 105.15 182.1 212.77 -
System Red Green Blue C M Y K H S L
Decimal 224 26 201 0 0.88 0.10 0.12 306.97 0.79 0.49
Hex E0 1A C9 0 58 A C 133 4F 31
Octal 340 32 311 0 130 12 14 463 117 61
Binary 11100000 11010 11001001 0 1011000 1010 1100 100110011 1001111 110001

Color Harmonies of #E01AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AC9

Black with #E01AC9

Text Example


Text Example

White with #E01AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AC9; }

 p { color: rgb(224,26,201); }

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

background-color css

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

 a { background-color: rgb(224,26,201); }

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

border-color css

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

 span { border-color: rgb(224,26,201); }

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