Html Css Color HEX #E612CC Shocking Pink

📋 copy color: '#E612CC'

red 230 ◦ green 18 ◦ blue 204

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

Shades of Shocking Pink #E612CC

Tints of Shocking Pink #E612CC

RGB

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

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

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

R = 50.88%
G = 3.98%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E612CC (or 0xE612CC) is known color: Shocking Pink. HEX triplet: E6, 12 and CC. RGB value is (230,18,204). Sum of RGB (Red+Green+Blue) = 230+18+204=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E612CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612CC is #19ED33. Grayscale: #666666. Windows color (decimal): -1699124 or 13374182. OLE color: 13374182.

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

Color convert

RGB 230 18 204 -
CMYK 0 0.92 0.11 0.10
HSL 307.36º 0.85% 0.49% -
HSV(B) 307.36º 0.92% 0.9% -
XYZ 43.75 21.62 58.99 -
YUV 102.59 185.24 218.88 -
System Red Green Blue C M Y K H S L
Decimal 230 18 204 0 0.92 0.11 0.10 307.36 0.85 0.49
Hex E6 12 CC 0 5C B A 133 55 31
Octal 346 22 314 0 134 13 12 463 125 61
Binary 11100110 10010 11001100 0 1011100 1011 1010 100110011 1010101 110001

Color Harmonies of #E612CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E612CC

Black with #E612CC

Text Example


Text Example

White with #E612CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E612CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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