Html Css Color HEX #E60ED0 Shocking Pink

📋 copy color: '#E60ED0'

red 230 ◦ green 14 ◦ blue 208

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

Shades of Shocking Pink #E60ED0

Tints of Shocking Pink #E60ED0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 50.88%
G = 3.1%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E60ED0 (or 0xE60ED0) is known color: Shocking Pink. HEX triplet: E6, 0E and D0. RGB value is (230,14,208). Sum of RGB (Red+Green+Blue) = 230+14+208=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ED0 is #19F12F. Grayscale: #646464. Windows color (decimal): -1700144 or 13635302. OLE color: 13635302.

HSL color Cylindrical-coordinate representation of color #E60ED0: hue angle of 306.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 14 208 -
CMYK 0 0.94 0.10 0.10
HSL 306.11º 0.89% 0.48% -
HSV(B) 306.11º 0.94% 0.9% -
XYZ 44.18 21.69 61.53 -
YUV 100.7 188.56 220.23 -
System Red Green Blue C M Y K H S L
Decimal 230 14 208 0 0.94 0.10 0.10 306.11 0.89 0.48
Hex E6 E D0 0 5E A A 132 59 30
Octal 346 16 320 0 136 12 12 462 131 60
Binary 11100110 1110 11010000 0 1011110 1010 1010 100110010 1011001 110000

Color Harmonies of #E60ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60ED0

Black with #E60ED0

Text Example


Text Example

White with #E60ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60ED0; }

 p { color: rgb(230,14,208); }

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

background-color css

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

 a { background-color: rgb(230,14,208); }

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

border-color css

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

 span { border-color: rgb(230,14,208); }

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