Html Css Color HEX #E526AE Spicy Pink

📋 copy color: '#E526AE'

red 229 ◦ green 38 ◦ blue 174

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

Shades of Spicy Pink #E526AE

Tints of Spicy Pink #E526AE

RGB

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

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

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

R = 51.93%
G = 8.62%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E526AE (or 0xE526AE) is known color: Spicy Pink. HEX triplet: E5, 26 and AE. RGB value is (229,38,174). Sum of RGB (Red+Green+Blue) = 229+38+174=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E526AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E526AE is #1AD951. Grayscale: #6E6E6E. Windows color (decimal): -1759570 or 11413221. OLE color: 11413221.

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

Color convert

RGB 229 38 174 -
CMYK 0 0.83 0.24 0.10
HSL 317.28º 0.79% 0.52% -
HSV(B) 317.28º 0.83% 0.9% -
XYZ 40.65 21.1 41.97 -
YUV 110.61 163.78 212.44 -
System Red Green Blue C M Y K H S L
Decimal 229 38 174 0 0.83 0.24 0.10 317.28 0.79 0.52
Hex E5 26 AE 0 53 18 A 13D 4F 34
Octal 345 46 256 0 123 30 12 475 117 64
Binary 11100101 100110 10101110 0 1010011 11000 1010 100111101 1001111 110100

Color Harmonies of #E526AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526AE

Black with #E526AE

Text Example


Text Example

White with #E526AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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