Html Css Color HEX #E60ECE Shocking Pink

📋 copy color: '#E60ECE'

red 230 ◦ green 14 ◦ blue 206

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

Shades of Shocking Pink #E60ECE

Tints of Shocking Pink #E60ECE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.11%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 51.11%
G = 3.11%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E60ECE (or 0xE60ECE) is known color: Shocking Pink. HEX triplet: E6, 0E and CE. RGB value is (230,14,206). Sum of RGB (Red+Green+Blue) = 230+14+206=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ECE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ECE is #19F131. Grayscale: #636363. Windows color (decimal): -1700146 or 13504230. OLE color: 13504230.

HSL color Cylindrical-coordinate representation of color #E60ECE: hue angle of 306.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60ECE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 14 206 -
CMYK 0 0.94 0.10 0.10
HSL 306.67º 0.89% 0.48% -
HSV(B) 306.67º 0.94% 0.9% -
XYZ 43.93 21.59 60.25 -
YUV 100.47 187.56 220.39 -
System Red Green Blue C M Y K H S L
Decimal 230 14 206 0 0.94 0.10 0.10 306.67 0.89 0.48
Hex E6 E CE 0 5E A A 133 59 30
Octal 346 16 316 0 136 12 12 463 131 60
Binary 11100110 1110 11001110 0 1011110 1010 1010 100110011 1011001 110000

Color Harmonies of #E60ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ECE

Black with #E60ECE

Text Example


Text Example

White with #E60ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ECE; }

 p { color: rgb(230,14,206); }

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

background-color css

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

 a { background-color: rgb(230,14,206); }

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

border-color css

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

 span { border-color: rgb(230,14,206); }

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