Html Css Color HEX #E61BA2 Spicy Pink

📋 copy color: '#E61BA2'

red 230 ◦ green 27 ◦ blue 162

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

Shades of Spicy Pink #E61BA2

Tints of Spicy Pink #E61BA2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.44%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 54.89%
G = 6.44%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E61BA2 (or 0xE61BA2) is known color: Spicy Pink. HEX triplet: E6, 1B and A2. RGB value is (230,27,162). Sum of RGB (Red+Green+Blue) = 230+27+162=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BA2 is #19E45D. Grayscale: #666666. Windows color (decimal): -1696862 or 10623974. OLE color: 10623974.

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

Color convert

RGB 230 27 162 -
CMYK 0 0.88 0.30 0.10
HSL 320.1º 0.8% 0.5% -
HSV(B) 320.1º 0.88% 0.9% -
XYZ 39.55 20.22 36 -
YUV 103.09 161.25 218.52 -
System Red Green Blue C M Y K H S L
Decimal 230 27 162 0 0.88 0.30 0.10 320.1 0.8 0.5
Hex E6 1B A2 0 58 1E A 140 50 32
Octal 346 33 242 0 130 36 12 500 120 62
Binary 11100110 11011 10100010 0 1011000 11110 1010 101000000 1010000 110010

Color Harmonies of #E61BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BA2

Black with #E61BA2

Text Example


Text Example

White with #E61BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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