Html Css Color HEX #E611CC Shocking Pink

📋 copy color: '#E611CC'

red 230 ◦ green 17 ◦ blue 204

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

Shades of Shocking Pink #E611CC

Tints of Shocking Pink #E611CC

RGB

 RED value IS 230 (90.23% from 255) = 51%

 GREEN value IS 17 (7.03% from 255) = 3.77%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 51%
G = 3.77%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E611CC (or 0xE611CC) is known color: Shocking Pink. HEX triplet: E6, 11 and CC. RGB value is (230,17,204). Sum of RGB (Red+Green+Blue) = 230+17+204=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 17 (7.03% from 255 or 3.77% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E611CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611CC is #19EE33. Grayscale: #656565. Windows color (decimal): -1699380 or 13373926. OLE color: 13373926.

HSL color Cylindrical-coordinate representation of color #E611CC: hue angle of 307.32º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E611CC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 204 -
CMYK 0 0.93 0.11 0.10
HSL 307.32º 0.86% 0.48% -
HSV(B) 307.32º 0.93% 0.9% -
XYZ 43.73 21.58 58.99 -
YUV 102.01 185.57 219.29 -
System Red Green Blue C M Y K H S L
Decimal 230 17 204 0 0.93 0.11 0.10 307.32 0.86 0.48
Hex E6 11 CC 0 5D B A 133 56 30
Octal 346 21 314 0 135 13 12 463 126 60
Binary 11100110 10001 11001100 0 1011101 1011 1010 100110011 1010110 110000

Color Harmonies of #E611CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611CC

Black with #E611CC

Text Example


Text Example

White with #E611CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611CC; }

 p { color: rgb(230,17,204); }

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

background-color css

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

 a { background-color: rgb(230,17,204); }

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

border-color css

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

 span { border-color: rgb(230,17,204); }

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