Html Css Color HEX #E60CBD Shocking Pink

📋 copy color: '#E60CBD'

red 230 ◦ green 12 ◦ blue 189

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

Shades of Shocking Pink #E60CBD

Tints of Shocking Pink #E60CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 53.36%
G = 2.78%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E60CBD (or 0xE60CBD) is known color: Shocking Pink. HEX triplet: E6, 0C and BD. RGB value is (230,12,189). Sum of RGB (Red+Green+Blue) = 230+12+189=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60CBD is #19F342. Grayscale: #606060. Windows color (decimal): -1700675 or 12389606. OLE color: 12389606.

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

Color convert

RGB 230 12 189 -
CMYK 0 0.95 0.18 0.10
HSL 311.28º 0.9% 0.47% -
HSV(B) 311.28º 0.95% 0.9% -
XYZ 41.95 20.76 49.94 -
YUV 97.36 179.72 222.61 -
System Red Green Blue C M Y K H S L
Decimal 230 12 189 0 0.95 0.18 0.10 311.28 0.9 0.47
Hex E6 C BD 0 5F 12 A 137 5A 2F
Octal 346 14 275 0 137 22 12 467 132 57
Binary 11100110 1100 10111101 0 1011111 10010 1010 100110111 1011010 101111

Color Harmonies of #E60CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CBD

Black with #E60CBD

Text Example


Text Example

White with #E60CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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