Html Css Color HEX #E60CBB Shocking Pink

📋 copy color: '#E60CBB'

red 230 ◦ green 12 ◦ blue 187

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

Shades of Shocking Pink #E60CBB

Tints of Shocking Pink #E60CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 53.61%
G = 2.8%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E60CBB (or 0xE60CBB) is known color: Shocking Pink. HEX triplet: E6, 0C and BB. RGB value is (230,12,187). Sum of RGB (Red+Green+Blue) = 230+12+187=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CBB is #19F344. Grayscale: #606060. Windows color (decimal): -1700677 or 12258534. OLE color: 12258534.

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

Color convert

RGB 230 12 187 -
CMYK 0 0.95 0.19 0.10
HSL 311.83º 0.9% 0.47% -
HSV(B) 311.83º 0.95% 0.9% -
XYZ 41.73 20.67 48.8 -
YUV 97.13 178.72 222.77 -
System Red Green Blue C M Y K H S L
Decimal 230 12 187 0 0.95 0.19 0.10 311.83 0.9 0.47
Hex E6 C BB 0 5F 13 A 138 5A 2F
Octal 346 14 273 0 137 23 12 470 132 57
Binary 11100110 1100 10111011 0 1011111 10011 1010 100111000 1011010 101111

Color Harmonies of #E60CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CBB

Black with #E60CBB

Text Example


Text Example

White with #E60CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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