Html Css Color HEX #E60CB8 Shocking Pink

📋 copy color: '#E60CB8'

red 230 ◦ green 12 ◦ blue 184

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

Shades of Shocking Pink #E60CB8

Tints of Shocking Pink #E60CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 53.99%
G = 2.82%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E60CB8 (or 0xE60CB8) is known color: Shocking Pink. HEX triplet: E6, 0C and B8. RGB value is (230,12,184). Sum of RGB (Red+Green+Blue) = 230+12+184=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CB8 is #19F347. Grayscale: #606060. Windows color (decimal): -1700680 or 12061926. OLE color: 12061926.

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

Color convert

RGB 230 12 184 -
CMYK 0 0.95 0.2 0.10
HSL 312.66º 0.9% 0.47% -
HSV(B) 312.66º 0.95% 0.9% -
XYZ 41.42 20.55 47.13 -
YUV 96.79 177.22 223.01 -
System Red Green Blue C M Y K H S L
Decimal 230 12 184 0 0.95 0.2 0.10 312.66 0.9 0.47
Hex E6 C B8 0 5F 14 A 139 5A 2F
Octal 346 14 270 0 137 24 12 471 132 57
Binary 11100110 1100 10111000 0 1011111 10100 1010 100111001 1011010 101111

Color Harmonies of #E60CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CB8

Black with #E60CB8

Text Example


Text Example

White with #E60CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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