Html Css Color HEX #E13AAF Persian Rose

📋 copy color: '#E13AAF'

red 225 ◦ green 58 ◦ blue 175

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

Shades of Persian Rose #E13AAF

Tints of Persian Rose #E13AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 49.13%
G = 12.66%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E13AAF (or 0xE13AAF) is known color: Persian Rose. HEX triplet: E1, 3A and AF. RGB value is (225,58,175). Sum of RGB (Red+Green+Blue) = 225+58+175=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13AAF is #1EC550. Grayscale: #787878. Windows color (decimal): -2016593 or 11483873. OLE color: 11483873.

HSL color Cylindrical-coordinate representation of color #E13AAF: hue angle of 317.96º 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 #E13AAF is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 175 -
CMYK 0 0.74 0.22 0.12
HSL 317.96º 0.74% 0.55% -
HSV(B) 317.96º 0.74% 0.88% -
XYZ 40.3 22.13 42.7 -
YUV 121.27 158.33 201.99 -
System Red Green Blue C M Y K H S L
Decimal 225 58 175 0 0.74 0.22 0.12 317.96 0.74 0.55
Hex E1 3A AF 0 4A 16 C 13E 4A 37
Octal 341 72 257 0 112 26 14 476 112 67
Binary 11100001 111010 10101111 0 1001010 10110 1100 100111110 1001010 110111

Color Harmonies of #E13AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AAF

Black with #E13AAF

Text Example


Text Example

White with #E13AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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