Html Css Color HEX #E13AAE Persian Rose

📋 copy color: '#E13AAE'

red 225 ◦ green 58 ◦ blue 174

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

Shades of Persian Rose #E13AAE

Tints of Persian Rose #E13AAE

RGB

 RED value IS 225 (88.28% from 255) = 49.23%

 GREEN value IS 58 (23.05% from 255) = 12.69%

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

R = 49.23%
G = 12.69%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E13AAE (or 0xE13AAE) is known color: Persian Rose. HEX triplet: E1, 3A and AE. RGB value is (225,58,174). Sum of RGB (Red+Green+Blue) = 225+58+174=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AAE is #1EC551. Grayscale: #787878. Windows color (decimal): -2016594 or 11418337. OLE color: 11418337.

HSL color Cylindrical-coordinate representation of color #E13AAE: hue angle of 318.32º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13AAE is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 174 -
CMYK 0 0.74 0.23 0.12
HSL 318.32º 0.74% 0.55% -
HSV(B) 318.32º 0.74% 0.88% -
XYZ 40.2 22.09 42.19 -
YUV 121.16 157.83 202.07 -
System Red Green Blue C M Y K H S L
Decimal 225 58 174 0 0.74 0.23 0.12 318.32 0.74 0.55
Hex E1 3A AE 0 4A 17 C 13E 4A 37
Octal 341 72 256 0 112 27 14 476 112 67
Binary 11100001 111010 10101110 0 1001010 10111 1100 100111110 1001010 110111

Color Harmonies of #E13AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AAE

Black with #E13AAE

Text Example


Text Example

White with #E13AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AAE; }

 p { color: rgb(225,58,174); }

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

background-color css

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

 a { background-color: rgb(225,58,174); }

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

border-color css

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

 span { border-color: rgb(225,58,174); }

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