Html Css Color HEX #E612BC Shocking Pink

📋 copy color: '#E612BC'

red 230 ◦ green 18 ◦ blue 188

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

Shades of Shocking Pink #E612BC

Tints of Shocking Pink #E612BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.13%

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

R = 52.75%
G = 4.13%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E612BC (or 0xE612BC) is known color: Shocking Pink. HEX triplet: E6, 12 and BC. RGB value is (230,18,188). Sum of RGB (Red+Green+Blue) = 230+18+188=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E612BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612BC is #19ED43. Grayscale: #646464. Windows color (decimal): -1699140 or 12325606. OLE color: 12325606.

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

Color convert

RGB 230 18 188 -
CMYK 0 0.92 0.18 0.10
HSL 311.89º 0.85% 0.49% -
HSV(B) 311.89º 0.92% 0.9% -
XYZ 41.93 20.89 49.4 -
YUV 100.77 177.24 220.18 -
System Red Green Blue C M Y K H S L
Decimal 230 18 188 0 0.92 0.18 0.10 311.89 0.85 0.49
Hex E6 12 BC 0 5C 12 A 138 55 31
Octal 346 22 274 0 134 22 12 470 125 61
Binary 11100110 10010 10111100 0 1011100 10010 1010 100111000 1010101 110001

Color Harmonies of #E612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612BC

Black with #E612BC

Text Example


Text Example

White with #E612BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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