Html Css Color HEX #E61ACD Shocking Pink

📋 copy color: '#E61ACD'

red 230 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #E61ACD

Tints of Shocking Pink #E61ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.64%

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

R = 49.89%
G = 5.64%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E61ACD (or 0xE61ACD) is known color: Shocking Pink. HEX triplet: E6, 1A and CD. RGB value is (230,26,205). Sum of RGB (Red+Green+Blue) = 230+26+205=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ACD is #19E532. Grayscale: #6A6A6A. Windows color (decimal): -1697075 or 13441766. OLE color: 13441766.

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

Color convert

RGB 230 26 205 -
CMYK 0 0.89 0.11 0.10
HSL 307.35º 0.8% 0.5% -
HSV(B) 307.35º 0.89% 0.9% -
XYZ 44.02 21.97 59.68 -
YUV 107.4 183.09 215.45 -
System Red Green Blue C M Y K H S L
Decimal 230 26 205 0 0.89 0.11 0.10 307.35 0.8 0.5
Hex E6 1A CD 0 59 B A 133 50 32
Octal 346 32 315 0 131 13 12 463 120 62
Binary 11100110 11010 11001101 0 1011001 1011 1010 100110011 1010000 110010

Color Harmonies of #E61ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61ACD

Black with #E61ACD

Text Example


Text Example

White with #E61ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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