Html Css Color HEX #E526BA Spicy Pink

📋 copy color: '#E526BA'

red 229 ◦ green 38 ◦ blue 186

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

Shades of Spicy Pink #E526BA

Tints of Spicy Pink #E526BA

RGB

 RED value IS 229 (89.84% from 255) = 50.55%

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

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

R = 50.55%
G = 8.39%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E526BA (or 0xE526BA) is known color: Spicy Pink. HEX triplet: E5, 26 and BA. RGB value is (229,38,186). Sum of RGB (Red+Green+Blue) = 229+38+186=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E526BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E526BA is #1AD945. Grayscale: #6F6F6F. Windows color (decimal): -1759558 or 12199653. OLE color: 12199653.

HSL color Cylindrical-coordinate representation of color #E526BA: hue angle of 313.51º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E526BA is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 38 186 -
CMYK 0 0.83 0.19 0.10
HSL 313.51º 0.79% 0.52% -
HSV(B) 313.51º 0.83% 0.9% -
XYZ 41.87 21.59 48.41 -
YUV 111.98 169.78 211.47 -
System Red Green Blue C M Y K H S L
Decimal 229 38 186 0 0.83 0.19 0.10 313.51 0.79 0.52
Hex E5 26 BA 0 53 13 A 13A 4F 34
Octal 345 46 272 0 123 23 12 472 117 64
Binary 11100101 100110 10111010 0 1010011 10011 1010 100111010 1001111 110100

Color Harmonies of #E526BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526BA

Black with #E526BA

Text Example


Text Example

White with #E526BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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