Html Css Color HEX #E612BF Shocking Pink

📋 copy color: '#E612BF'

red 230 ◦ green 18 ◦ blue 191

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

Shades of Shocking Pink #E612BF

Tints of Shocking Pink #E612BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.51%

R = 52.39%
G = 4.1%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E612BF (or 0xE612BF) is known color: Shocking Pink. HEX triplet: E6, 12 and BF. RGB value is (230,18,191). Sum of RGB (Red+Green+Blue) = 230+18+191=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E612BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612BF is #19ED40. Grayscale: #646464. Windows color (decimal): -1699137 or 12522214. OLE color: 12522214.

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

Color convert

RGB 230 18 191 -
CMYK 0 0.92 0.17 0.10
HSL 311.04º 0.85% 0.49% -
HSV(B) 311.04º 0.92% 0.9% -
XYZ 42.25 21.02 51.12 -
YUV 101.11 178.74 219.93 -
System Red Green Blue C M Y K H S L
Decimal 230 18 191 0 0.92 0.17 0.10 311.04 0.85 0.49
Hex E6 12 BF 0 5C 11 A 137 55 31
Octal 346 22 277 0 134 21 12 467 125 61
Binary 11100110 10010 10111111 0 1011100 10001 1010 100110111 1010101 110001

Color Harmonies of #E612BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612BF

Black with #E612BF

Text Example


Text Example

White with #E612BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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