Html Css Color HEX #E61FCC Shocking Pink

📋 copy color: '#E61FCC'

red 230 ◦ green 31 ◦ blue 204

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

Shades of Shocking Pink #E61FCC

Tints of Shocking Pink #E61FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.67%

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

R = 49.46%
G = 6.67%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E61FCC (or 0xE61FCC) is known color: Shocking Pink. HEX triplet: E6, 1F and CC. RGB value is (230,31,204). Sum of RGB (Red+Green+Blue) = 230+31+204=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 31 (12.5% from 255 or 6.67% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FCC is #19E033. Grayscale: #6D6D6D. Windows color (decimal): -1695796 or 13377510. OLE color: 13377510.

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

Color convert

RGB 230 31 204 -
CMYK 0 0.87 0.11 0.10
HSL 307.84º 0.8% 0.51% -
HSV(B) 307.84º 0.87% 0.9% -
XYZ 44.02 22.16 59.08 -
YUV 110.22 180.93 213.43 -
System Red Green Blue C M Y K H S L
Decimal 230 31 204 0 0.87 0.11 0.10 307.84 0.8 0.51
Hex E6 1F CC 0 57 B A 134 50 33
Octal 346 37 314 0 127 13 12 464 120 63
Binary 11100110 11111 11001100 0 1010111 1011 1010 100110100 1010000 110011

Color Harmonies of #E61FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FCC

Black with #E61FCC

Text Example


Text Example

White with #E61FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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