Html Css Color HEX #E538AE Persian Rose

📋 copy color: '#E538AE'

red 229 ◦ green 56 ◦ blue 174

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

Shades of Persian Rose #E538AE

Tints of Persian Rose #E538AE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.2%

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

R = 49.89%
G = 12.2%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E538AE (or 0xE538AE) is known color: Persian Rose. HEX triplet: E5, 38 and AE. RGB value is (229,56,174). Sum of RGB (Red+Green+Blue) = 229+56+174=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E538AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E538AE is #1AC751. Grayscale: #787878. Windows color (decimal): -1754962 or 11417829. OLE color: 11417829.

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

Color convert

RGB 229 56 174 -
CMYK 0 0.76 0.24 0.10
HSL 319.08º 0.77% 0.56% -
HSV(B) 319.08º 0.76% 0.9% -
XYZ 41.37 22.54 42.22 -
YUV 121.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 229 56 174 0 0.76 0.24 0.10 319.08 0.77 0.56
Hex E5 38 AE 0 4C 18 A 13F 4D 38
Octal 345 70 256 0 114 30 12 477 115 70
Binary 11100101 111000 10101110 0 1001100 11000 1010 100111111 1001101 111000

Color Harmonies of #E538AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E538AE

Black with #E538AE

Text Example


Text Example

White with #E538AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E538AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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