Html Css Color HEX #E726BA Spicy Pink

📋 copy color: '#E726BA'

red 231 ◦ green 38 ◦ blue 186

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

Shades of Spicy Pink #E726BA

Tints of Spicy Pink #E726BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.35%

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

R = 50.77%
G = 8.35%
B = 40.88%

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

#E726BA (or 0xE726BA) is known color: Spicy Pink. HEX triplet: E7, 26 and BA. RGB value is (231,38,186). Sum of RGB (Red+Green+Blue) = 231+38+186=455 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.77% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 231 - color contains mainly: red. Hex color #E726BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E726BA is #18D945. Grayscale: #707070. Windows color (decimal): -1628486 or 12199655. OLE color: 12199655.

HSL color Cylindrical-coordinate representation of color #E726BA: hue angle of 313.99º 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 #E726BA is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 38 186 -
CMYK 0 0.84 0.19 0.09
HSL 313.99º 0.8% 0.53% -
HSV(B) 313.99º 0.84% 0.91% -
XYZ 42.51 21.92 48.44 -
YUV 112.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 231 38 186 0 0.84 0.19 0.09 313.99 0.8 0.53
Hex E7 26 BA 0 54 13 9 13A 50 35
Octal 347 46 272 0 124 23 11 472 120 65
Binary 11100111 100110 10111010 0 1010100 10011 1001 100111010 1010000 110101

Color Harmonies of #E726BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726BA

Black with #E726BA

Text Example


Text Example

White with #E726BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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