Html Css Color HEX #E535A7 Persian Rose

📋 copy color: '#E535A7'

red 229 ◦ green 53 ◦ blue 167

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

Shades of Persian Rose #E535A7

Tints of Persian Rose #E535A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.19%

R = 51%
G = 11.8%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E535A7 (or 0xE535A7) is known color: Persian Rose. HEX triplet: E5, 35 and A7. RGB value is (229,53,167). Sum of RGB (Red+Green+Blue) = 229+53+167=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E535A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535A7 is #1ACA58. Grayscale: #767676. Windows color (decimal): -1755737 or 10958309. OLE color: 10958309.

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

Color convert

RGB 229 53 167 -
CMYK 0 0.77 0.27 0.10
HSL 321.14º 0.77% 0.55% -
HSV(B) 321.14º 0.77% 0.9% -
XYZ 40.56 21.99 38.67 -
YUV 118.62 155.31 206.73 -
System Red Green Blue C M Y K H S L
Decimal 229 53 167 0 0.77 0.27 0.10 321.14 0.77 0.55
Hex E5 35 A7 0 4D 1B A 141 4D 37
Octal 345 65 247 0 115 33 12 501 115 67
Binary 11100101 110101 10100111 0 1001101 11011 1010 101000001 1001101 110111

Color Harmonies of #E535A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535A7

Black with #E535A7

Text Example


Text Example

White with #E535A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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