Html Css Color HEX #E61ECD Shocking Pink

📋 copy color: '#E61ECD'

red 230 ◦ green 30 ◦ blue 205

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

Shades of Shocking Pink #E61ECD

Tints of Shocking Pink #E61ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.45%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 49.46%
G = 6.45%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E61ECD (or 0xE61ECD) is known color: Shocking Pink. HEX triplet: E6, 1E and CD. RGB value is (230,30,205). Sum of RGB (Red+Green+Blue) = 230+30+205=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ECD is #19E132. Grayscale: #6D6D6D. Windows color (decimal): -1696051 or 13442790. OLE color: 13442790.

HSL color Cylindrical-coordinate representation of color #E61ECD: hue angle of 307.5º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61ECD is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 30 205 -
CMYK 0 0.87 0.11 0.10
HSL 307.5º 0.8% 0.51% -
HSV(B) 307.5º 0.87% 0.9% -
XYZ 44.12 22.16 59.71 -
YUV 109.75 181.76 213.77 -
System Red Green Blue C M Y K H S L
Decimal 230 30 205 0 0.87 0.11 0.10 307.5 0.8 0.51
Hex E6 1E CD 0 57 B A 134 50 33
Octal 346 36 315 0 127 13 12 464 120 63
Binary 11100110 11110 11001101 0 1010111 1011 1010 100110100 1010000 110011

Color Harmonies of #E61ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61ECD

Black with #E61ECD

Text Example


Text Example

White with #E61ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61ECD; }

 p { color: rgb(230,30,205); }

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

background-color css

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

 a { background-color: rgb(230,30,205); }

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

border-color css

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

 span { border-color: rgb(230,30,205); }

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