Html Css Color HEX #E61BAE Spicy Pink

📋 copy color: '#E61BAE'

red 230 ◦ green 27 ◦ blue 174

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

Shades of Spicy Pink #E61BAE

Tints of Spicy Pink #E61BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 53.36%
G = 6.26%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E61BAE (or 0xE61BAE) is known color: Spicy Pink. HEX triplet: E6, 1B and AE. RGB value is (230,27,174). Sum of RGB (Red+Green+Blue) = 230+27+174=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BAE is #19E451. Grayscale: #686868. Windows color (decimal): -1696850 or 11410406. OLE color: 11410406.

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

Color convert

RGB 230 27 174 -
CMYK 0 0.88 0.24 0.10
HSL 316.55º 0.8% 0.5% -
HSV(B) 316.55º 0.88% 0.9% -
XYZ 40.67 20.66 41.89 -
YUV 104.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 230 27 174 0 0.88 0.24 0.10 316.55 0.8 0.5
Hex E6 1B AE 0 58 18 A 13D 50 32
Octal 346 33 256 0 130 30 12 475 120 62
Binary 11100110 11011 10101110 0 1011000 11000 1010 100111101 1010000 110010

Color Harmonies of #E61BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BAE

Black with #E61BAE

Text Example


Text Example

White with #E61BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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