Html Css Color HEX #E614BC Shocking Pink

📋 copy color: '#E614BC'

red 230 ◦ green 20 ◦ blue 188

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

Shades of Shocking Pink #E614BC

Tints of Shocking Pink #E614BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.57%

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

R = 52.51%
G = 4.57%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E614BC (or 0xE614BC) is known color: Shocking Pink. HEX triplet: E6, 14 and BC. RGB value is (230,20,188). Sum of RGB (Red+Green+Blue) = 230+20+188=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E614BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E614BC is #19EB43. Grayscale: #656565. Windows color (decimal): -1698628 or 12326118. OLE color: 12326118.

HSL color Cylindrical-coordinate representation of color #E614BC: hue angle of 312º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614BC is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 20 188 -
CMYK 0 0.91 0.18 0.10
HSL 312º 0.84% 0.49% -
HSV(B) 312º 0.91% 0.9% -
XYZ 41.96 20.95 49.41 -
YUV 101.94 176.57 219.34 -
System Red Green Blue C M Y K H S L
Decimal 230 20 188 0 0.91 0.18 0.10 312 0.84 0.49
Hex E6 14 BC 0 5B 12 A 138 54 31
Octal 346 24 274 0 133 22 12 470 124 61
Binary 11100110 10100 10111100 0 1011011 10010 1010 100111000 1010100 110001

Color Harmonies of #E614BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E614BC

Black with #E614BC

Text Example


Text Example

White with #E614BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E614BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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