Html Css Color HEX #E61AD2 Shocking Pink

📋 copy color: '#E61AD2'

red 230 ◦ green 26 ◦ blue 210

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

Shades of Shocking Pink #E61AD2

Tints of Shocking Pink #E61AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 49.36%
G = 5.58%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E61AD2 (or 0xE61AD2) is known color: Shocking Pink. HEX triplet: E6, 1A and D2. RGB value is (230,26,210). Sum of RGB (Red+Green+Blue) = 230+26+210=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E61AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61AD2 is #19E52D. Grayscale: #6B6B6B. Windows color (decimal): -1697070 or 13769446. OLE color: 13769446.

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

Color convert

RGB 230 26 210 -
CMYK 0 0.89 0.09 0.10
HSL 305.88º 0.8% 0.5% -
HSV(B) 305.88º 0.89% 0.9% -
XYZ 44.64 22.21 62.91 -
YUV 107.97 185.59 215.04 -
System Red Green Blue C M Y K H S L
Decimal 230 26 210 0 0.89 0.09 0.10 305.88 0.8 0.5
Hex E6 1A D2 0 59 9 A 132 50 32
Octal 346 32 322 0 131 11 12 462 120 62
Binary 11100110 11010 11010010 0 1011001 1001 1010 100110010 1010000 110010

Color Harmonies of #E61AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61AD2

Black with #E61AD2

Text Example


Text Example

White with #E61AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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