Html Css Color HEX #E606C5 Shocking Pink

📋 copy color: '#E606C5'

red 230 ◦ green 6 ◦ blue 197

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

Shades of Shocking Pink #E606C5

Tints of Shocking Pink #E606C5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 53.12%
G = 1.39%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E606C5 (or 0xE606C5) is known color: Shocking Pink. HEX triplet: E6, 06 and C5. RGB value is (230,6,197). Sum of RGB (Red+Green+Blue) = 230+6+197=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E606C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E606C5 is #19F93A. Grayscale: #5E5E5E. Windows color (decimal): -1702203 or 12912358. OLE color: 12912358.

HSL color Cylindrical-coordinate representation of color #E606C5: hue angle of 308.84º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606C5 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 6 197 -
CMYK 0 0.97 0.14 0.10
HSL 308.84º 0.95% 0.46% -
HSV(B) 308.84º 0.97% 0.9% -
XYZ 42.78 20.98 54.62 -
YUV 94.75 185.71 224.47 -
System Red Green Blue C M Y K H S L
Decimal 230 6 197 0 0.97 0.14 0.10 308.84 0.95 0.46
Hex E6 6 C5 0 61 E A 135 5F 2E
Octal 346 6 305 0 141 16 12 465 137 56
Binary 11100110 110 11000101 0 1100001 1110 1010 100110101 1011111 101110

Color Harmonies of #E606C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E606C5

Black with #E606C5

Text Example


Text Example

White with #E606C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E606C5; }

 p { color: rgb(230,6,197); }

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

background-color css

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

 a { background-color: rgb(230,6,197); }

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

border-color css

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

 span { border-color: rgb(230,6,197); }

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