Html Css Color HEX #E60CBE Shocking Pink

📋 copy color: '#E60CBE'

red 230 ◦ green 12 ◦ blue 190

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

Shades of Shocking Pink #E60CBE

Tints of Shocking Pink #E60CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 53.24%
G = 2.78%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E60CBE (or 0xE60CBE) is known color: Shocking Pink. HEX triplet: E6, 0C and BE. RGB value is (230,12,190). Sum of RGB (Red+Green+Blue) = 230+12+190=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 12 (5.08% from 255 or 2.78% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CBE is #19F341. Grayscale: #606060. Windows color (decimal): -1700674 or 12455142. OLE color: 12455142.

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

Color convert

RGB 230 12 190 -
CMYK 0 0.95 0.17 0.10
HSL 311.01º 0.9% 0.47% -
HSV(B) 311.01º 0.95% 0.9% -
XYZ 42.06 20.8 50.51 -
YUV 97.47 180.22 222.53 -
System Red Green Blue C M Y K H S L
Decimal 230 12 190 0 0.95 0.17 0.10 311.01 0.9 0.47
Hex E6 C BE 0 5F 11 A 137 5A 2F
Octal 346 14 276 0 137 21 12 467 132 57
Binary 11100110 1100 10111110 0 1011111 10001 1010 100110111 1011010 101111

Color Harmonies of #E60CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CBE

Black with #E60CBE

Text Example


Text Example

White with #E60CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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