Html Css Color HEX #E60BCC Shocking Pink

📋 copy color: '#E60BCC'

red 230 ◦ green 11 ◦ blue 204

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

Shades of Shocking Pink #E60BCC

Tints of Shocking Pink #E60BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 51.69%
G = 2.47%
B = 45.84%

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

#E60BCC (or 0xE60BCC) is known color: Shocking Pink. HEX triplet: E6, 0B and CC. RGB value is (230,11,204). Sum of RGB (Red+Green+Blue) = 230+11+204=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BCC is #19F433. Grayscale: #616161. Windows color (decimal): -1700916 or 13372390. OLE color: 13372390.

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

Color convert

RGB 230 11 204 -
CMYK 0 0.95 0.11 0.10
HSL 307.12º 0.91% 0.47% -
HSV(B) 307.12º 0.95% 0.9% -
XYZ 43.65 21.42 58.96 -
YUV 98.48 187.55 221.81 -
System Red Green Blue C M Y K H S L
Decimal 230 11 204 0 0.95 0.11 0.10 307.12 0.91 0.47
Hex E6 B CC 0 5F B A 133 5B 2F
Octal 346 13 314 0 137 13 12 463 133 57
Binary 11100110 1011 11001100 0 1011111 1011 1010 100110011 1011011 101111

Color Harmonies of #E60BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60BCC

Black with #E60BCC

Text Example


Text Example

White with #E60BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60BCC; }

 p { color: rgb(230,11,204); }

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

background-color css

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

 a { background-color: rgb(230,11,204); }

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

border-color css

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

 span { border-color: rgb(230,11,204); }

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