Html Css Color HEX #E535AC Persian Rose

📋 copy color: '#E535AC'

red 229 ◦ green 53 ◦ blue 172

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

Shades of Persian Rose #E535AC

Tints of Persian Rose #E535AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 50.44%
G = 11.67%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E535AC (or 0xE535AC) is known color: Persian Rose. HEX triplet: E5, 35 and AC. RGB value is (229,53,172). Sum of RGB (Red+Green+Blue) = 229+53+172=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E535AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535AC is #1ACA53. Grayscale: #767676. Windows color (decimal): -1755732 or 11285989. OLE color: 11285989.

HSL color Cylindrical-coordinate representation of color #E535AC: hue angle of 319.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535AC is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 53 172 -
CMYK 0 0.77 0.25 0.10
HSL 319.43º 0.77% 0.55% -
HSV(B) 319.43º 0.77% 0.9% -
XYZ 41.03 22.18 41.15 -
YUV 119.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 229 53 172 0 0.77 0.25 0.10 319.43 0.77 0.55
Hex E5 35 AC 0 4D 19 A 13F 4D 37
Octal 345 65 254 0 115 31 12 477 115 67
Binary 11100101 110101 10101100 0 1001101 11001 1010 100111111 1001101 110111

Color Harmonies of #E535AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535AC

Black with #E535AC

Text Example


Text Example

White with #E535AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535AC; }

 p { color: rgb(229,53,172); }

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

background-color css

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

 a { background-color: rgb(229,53,172); }

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

border-color css

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

 span { border-color: rgb(229,53,172); }

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