Html Css Color HEX #E61ABB Shocking Pink

📋 copy color: '#E61ABB'

red 230 ◦ green 26 ◦ blue 187

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

Shades of Shocking Pink #E61ABB

Tints of Shocking Pink #E61ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.21%

R = 51.92%
G = 5.87%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E61ABB (or 0xE61ABB) is known color: Shocking Pink. HEX triplet: E6, 1A and BB. RGB value is (230,26,187). Sum of RGB (Red+Green+Blue) = 230+26+187=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E61ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61ABB is #19E544. Grayscale: #686868. Windows color (decimal): -1697093 or 12262118. OLE color: 12262118.

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

Color convert

RGB 230 26 187 -
CMYK 0 0.89 0.19 0.10
HSL 312.65º 0.8% 0.5% -
HSV(B) 312.65º 0.89% 0.9% -
XYZ 41.97 21.15 48.88 -
YUV 105.35 174.09 216.91 -
System Red Green Blue C M Y K H S L
Decimal 230 26 187 0 0.89 0.19 0.10 312.65 0.8 0.5
Hex E6 1A BB 0 59 13 A 139 50 32
Octal 346 32 273 0 131 23 12 471 120 62
Binary 11100110 11010 10111011 0 1011001 10011 1010 100111001 1010000 110010

Color Harmonies of #E61ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61ABB

Black with #E61ABB

Text Example


Text Example

White with #E61ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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