Html Css Color HEX #E533AC Persian Rose

📋 copy color: '#E533AC'

red 229 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #E533AC

Tints of Persian Rose #E533AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.28%

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

R = 50.66%
G = 11.28%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E533AC (or 0xE533AC) is known color: Persian Rose. HEX triplet: E5, 33 and AC. RGB value is (229,51,172). Sum of RGB (Red+Green+Blue) = 229+51+172=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E533AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E533AC is #1ACC53. Grayscale: #757575. Windows color (decimal): -1756244 or 11285477. OLE color: 11285477.

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

Color convert

RGB 229 51 172 -
CMYK 0 0.78 0.25 0.10
HSL 319.21º 0.77% 0.55% -
HSV(B) 319.21º 0.78% 0.9% -
XYZ 40.94 22 41.12 -
YUV 118.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 229 51 172 0 0.78 0.25 0.10 319.21 0.77 0.55
Hex E5 33 AC 0 4E 19 A 13F 4D 37
Octal 345 63 254 0 116 31 12 477 115 67
Binary 11100101 110011 10101100 0 1001110 11001 1010 100111111 1001101 110111

Color Harmonies of #E533AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E533AC

Black with #E533AC

Text Example


Text Example

White with #E533AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E533AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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