Html Css Color HEX #E603C0 Shocking Pink

📋 copy color: '#E603C0'

red 230 ◦ green 3 ◦ blue 192

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

Shades of Shocking Pink #E603C0

Tints of Shocking Pink #E603C0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 192 (75.39% from 255) = 45.18%

R = 54.12%
G = 0.71%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E603C0 (or 0xE603C0) is known color: Shocking Pink. HEX triplet: E6, 03 and C0. RGB value is (230,3,192). Sum of RGB (Red+Green+Blue) = 230+3+192=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E603C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E603C0 is #19FC3F. Grayscale: #5B5B5B. Windows color (decimal): -1702976 or 12583910. OLE color: 12583910.

HSL color Cylindrical-coordinate representation of color #E603C0: hue angle of 310.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603C0 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 3 192 -
CMYK 0 0.99 0.17 0.10
HSL 310.04º 0.97% 0.46% -
HSV(B) 310.04º 0.99% 0.9% -
XYZ 42.18 20.69 51.64 -
YUV 92.42 184.21 226.13 -
System Red Green Blue C M Y K H S L
Decimal 230 3 192 0 0.99 0.17 0.10 310.04 0.97 0.46
Hex E6 3 C0 0 63 11 A 136 61 2E
Octal 346 3 300 0 143 21 12 466 141 56
Binary 11100110 11 11000000 0 1100011 10001 1010 100110110 1100001 101110

Color Harmonies of #E603C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E603C0

Black with #E603C0

Text Example


Text Example

White with #E603C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E603C0; }

 p { color: rgb(230,3,192); }

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

background-color css

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

 a { background-color: rgb(230,3,192); }

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

border-color css

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

 span { border-color: rgb(230,3,192); }

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