Html Css Color HEX #E60ECA Shocking Pink

📋 copy color: '#E60ECA'

red 230 ◦ green 14 ◦ blue 202

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

Shades of Shocking Pink #E60ECA

Tints of Shocking Pink #E60ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 51.57%
G = 3.14%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E60ECA (or 0xE60ECA) is known color: Shocking Pink. HEX triplet: E6, 0E and CA. RGB value is (230,14,202). Sum of RGB (Red+Green+Blue) = 230+14+202=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ECA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ECA is #19F135. Grayscale: #636363. Windows color (decimal): -1700150 or 13242086. OLE color: 13242086.

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

Color convert

RGB 230 14 202 -
CMYK 0 0.94 0.12 0.10
HSL 307.78º 0.89% 0.48% -
HSV(B) 307.78º 0.94% 0.9% -
XYZ 43.45 21.4 57.72 -
YUV 100.02 185.56 220.71 -
System Red Green Blue C M Y K H S L
Decimal 230 14 202 0 0.94 0.12 0.10 307.78 0.89 0.48
Hex E6 E CA 0 5E C A 134 59 30
Octal 346 16 312 0 136 14 12 464 131 60
Binary 11100110 1110 11001010 0 1011110 1100 1010 100110100 1011001 110000

Color Harmonies of #E60ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ECA

Black with #E60ECA

Text Example


Text Example

White with #E60ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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