Html Css Color HEX #E611C8 Shocking Pink

📋 copy color: '#E611C8'

red 230 ◦ green 17 ◦ blue 200

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

Shades of Shocking Pink #E611C8

Tints of Shocking Pink #E611C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 51.45%
G = 3.8%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#E611C8 (or 0xE611C8) is known color: Shocking Pink. HEX triplet: E6, 11 and C8. RGB value is (230,17,200). Sum of RGB (Red+Green+Blue) = 230+17+200=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E611C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E611C8 is #19EE37. Grayscale: #656565. Windows color (decimal): -1699384 or 13111782. OLE color: 13111782.

HSL color Cylindrical-coordinate representation of color #E611C8: hue angle of 308.45º 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 #E611C8 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 17 200 -
CMYK 0 0.93 0.13 0.10
HSL 308.45º 0.86% 0.48% -
HSV(B) 308.45º 0.93% 0.9% -
XYZ 43.26 21.39 56.49 -
YUV 101.55 183.57 219.62 -
System Red Green Blue C M Y K H S L
Decimal 230 17 200 0 0.93 0.13 0.10 308.45 0.86 0.48
Hex E6 11 C8 0 5D D A 134 56 30
Octal 346 21 310 0 135 15 12 464 126 60
Binary 11100110 10001 11001000 0 1011101 1101 1010 100110100 1010110 110000

Color Harmonies of #E611C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E611C8

Black with #E611C8

Text Example


Text Example

White with #E611C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E611C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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