Html Css Color HEX #E60CCD Shocking Pink

📋 copy color: '#E60CCD'

red 230 ◦ green 12 ◦ blue 205

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

Shades of Shocking Pink #E60CCD

Tints of Shocking Pink #E60CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 51.45%
G = 2.68%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E60CCD (or 0xE60CCD) is known color: Shocking Pink. HEX triplet: E6, 0C and CD. RGB value is (230,12,205). Sum of RGB (Red+Green+Blue) = 230+12+205=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CCD is #19F332. Grayscale: #626262. Windows color (decimal): -1700659 or 13438182. OLE color: 13438182.

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

Color convert

RGB 230 12 205 -
CMYK 0 0.95 0.11 0.10
HSL 306.88º 0.9% 0.47% -
HSV(B) 306.88º 0.95% 0.9% -
XYZ 43.78 21.49 59.6 -
YUV 99.18 187.72 221.31 -
System Red Green Blue C M Y K H S L
Decimal 230 12 205 0 0.95 0.11 0.10 306.88 0.9 0.47
Hex E6 C CD 0 5F B A 133 5A 2F
Octal 346 14 315 0 137 13 12 463 132 57
Binary 11100110 1100 11001101 0 1011111 1011 1010 100110011 1011010 101111

Color Harmonies of #E60CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CCD

Black with #E60CCD

Text Example


Text Example

White with #E60CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CCD; }

 p { color: rgb(230,12,205); }

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

background-color css

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

 a { background-color: rgb(230,12,205); }

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

border-color css

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

 span { border-color: rgb(230,12,205); }

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