Html Css Color HEX #E526AF Spicy Pink

📋 copy color: '#E526AF'

red 229 ◦ green 38 ◦ blue 175

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

Shades of Spicy Pink #E526AF

Tints of Spicy Pink #E526AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 51.81%
G = 8.6%
B = 39.59%

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

#E526AF (or 0xE526AF) is known color: Spicy Pink. HEX triplet: E5, 26 and AF. RGB value is (229,38,175). Sum of RGB (Red+Green+Blue) = 229+38+175=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E526AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E526AF is #1AD950. Grayscale: #6E6E6E. Windows color (decimal): -1759569 or 11478757. OLE color: 11478757.

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

Color convert

RGB 229 38 175 -
CMYK 0 0.83 0.24 0.10
HSL 316.96º 0.79% 0.52% -
HSV(B) 316.96º 0.83% 0.9% -
XYZ 40.74 21.14 42.49 -
YUV 110.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 229 38 175 0 0.83 0.24 0.10 316.96 0.79 0.52
Hex E5 26 AF 0 53 18 A 13D 4F 34
Octal 345 46 257 0 123 30 12 475 117 64
Binary 11100101 100110 10101111 0 1010011 11000 1010 100111101 1001111 110100

Color Harmonies of #E526AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526AF

Black with #E526AF

Text Example


Text Example

White with #E526AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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