Html Css Color HEX #E61BA4 Spicy Pink

📋 copy color: '#E61BA4'

red 230 ◦ green 27 ◦ blue 164

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

Shades of Spicy Pink #E61BA4

Tints of Spicy Pink #E61BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 54.63%
G = 6.41%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E61BA4 (or 0xE61BA4) is known color: Spicy Pink. HEX triplet: E6, 1B and A4. RGB value is (230,27,164). Sum of RGB (Red+Green+Blue) = 230+27+164=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E61BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61BA4 is #19E45B. Grayscale: #666666. Windows color (decimal): -1696860 or 10755046. OLE color: 10755046.

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

Color convert

RGB 230 27 164 -
CMYK 0 0.88 0.29 0.10
HSL 319.51º 0.8% 0.5% -
HSV(B) 319.51º 0.88% 0.9% -
XYZ 39.73 20.29 36.94 -
YUV 103.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 230 27 164 0 0.88 0.29 0.10 319.51 0.8 0.5
Hex E6 1B A4 0 58 1D A 140 50 32
Octal 346 33 244 0 130 35 12 500 120 62
Binary 11100110 11011 10100100 0 1011000 11101 1010 101000000 1010000 110010

Color Harmonies of #E61BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61BA4

Black with #E61BA4

Text Example


Text Example

White with #E61BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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