Html Css Color HEX #E61FBC Shocking Pink

📋 copy color: '#E61FBC'

red 230 ◦ green 31 ◦ blue 188

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

Shades of Shocking Pink #E61FBC

Tints of Shocking Pink #E61FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 51.22%
G = 6.9%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E61FBC (or 0xE61FBC) is known color: Shocking Pink. HEX triplet: E6, 1F and BC. RGB value is (230,31,188). Sum of RGB (Red+Green+Blue) = 230+31+188=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FBC is #19E043. Grayscale: #6B6B6B. Windows color (decimal): -1695812 or 12328934. OLE color: 12328934.

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

Color convert

RGB 230 31 188 -
CMYK 0 0.87 0.18 0.10
HSL 312.66º 0.8% 0.51% -
HSV(B) 312.66º 0.87% 0.9% -
XYZ 42.2 21.43 49.49 -
YUV 108.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 230 31 188 0 0.87 0.18 0.10 312.66 0.8 0.51
Hex E6 1F BC 0 57 12 A 139 50 33
Octal 346 37 274 0 127 22 12 471 120 63
Binary 11100110 11111 10111100 0 1010111 10010 1010 100111001 1010000 110011

Color Harmonies of #E61FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61FBC

Black with #E61FBC

Text Example


Text Example

White with #E61FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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