#E61BAA

Color #E61BAA Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E61BAA

Tints of Spicy Pink #E61BAA

Color information

#E61BAA (or 0xE61BAA) is unknown color: approx Spicy Pink. HEX triplet: E6, 1B and AA. RGB value is (230,27,170). Sum of RGB (Red+Green+Blue) = 230+27+170=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BAA is #19E455. Grayscale: #676767. Windows color (decimal): -1696854 or 11148262. OLE color: 11148262.

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

Color convert

RGB23027170-
CMYK00.880.260.10
HSL317.73º80.24%50.39%-
HSV(B)317.73º88.26%90.2%-
XYZ40.2820.5139.87-
YUV104165.25217.87-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 27 (10.94% from 255) = 6.32%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=53.86%
G=6.32%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302717000.880.260.10317.7380.2450.39
HexE61BAA0581AA13e5032
Octal346332520130321247612062
Binary111001101101110101010010110001101010101001111101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61BAA; }

 p { color: rgb(230,27,170); }

 H1.HeaderClassName
 {
   color: #E61BAA;
 }
 .AnyTagClassName
 {
   color: #E61BAA;
 }
</style>
background-color css

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

 a { background-color: rgb(230,27,170); }

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

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

 span { border-color: rgb(230,27,170); }

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