Html Css Color HEX #E725BA Spicy Pink

📋 copy color: '#E725BA'

red 231 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #E725BA

Tints of Spicy Pink #E725BA

RGB

 RED value IS 231 (90.63% from 255) = 50.88%

 GREEN value IS 37 (14.84% from 255) = 8.15%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 50.88%
G = 8.15%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E725BA (or 0xE725BA) is known color: Spicy Pink. HEX triplet: E7, 25 and BA. RGB value is (231,37,186). Sum of RGB (Red+Green+Blue) = 231+37+186=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E725BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725BA is #18DA45. Grayscale: #6F6F6F. Windows color (decimal): -1628742 or 12199399. OLE color: 12199399.

HSL color Cylindrical-coordinate representation of color #E725BA: hue angle of 313.92º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725BA is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 37 186 -
CMYK 0 0.84 0.19 0.09
HSL 313.92º 0.8% 0.53% -
HSV(B) 313.92º 0.84% 0.91% -
XYZ 42.48 21.86 48.43 -
YUV 111.99 169.77 212.88 -
System Red Green Blue C M Y K H S L
Decimal 231 37 186 0 0.84 0.19 0.09 313.92 0.8 0.53
Hex E7 25 BA 0 54 13 9 13A 50 35
Octal 347 45 272 0 124 23 11 472 120 65
Binary 11100111 100101 10111010 0 1010100 10011 1001 100111010 1010000 110101

Color Harmonies of #E725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E725BA

Black with #E725BA

Text Example


Text Example

White with #E725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E725BA; }

 p { color: rgb(231,37,186); }

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

background-color css

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

 a { background-color: rgb(231,37,186); }

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

border-color css

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

 span { border-color: rgb(231,37,186); }

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