Html Css Color HEX #E13FA9 Persian Rose

📋 copy color: '#E13FA9'

red 225 ◦ green 63 ◦ blue 169

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

Shades of Persian Rose #E13FA9

Tints of Persian Rose #E13FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 13.79%

 BLUE value IS 169 (66.41% from 255) = 36.98%

R = 49.23%
G = 13.79%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E13FA9 (or 0xE13FA9) is known color: Persian Rose. HEX triplet: E1, 3F and A9. RGB value is (225,63,169). Sum of RGB (Red+Green+Blue) = 225+63+169=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FA9 is #1EC056. Grayscale: #7B7B7B. Windows color (decimal): -2015319 or 11091937. OLE color: 11091937.

HSL color Cylindrical-coordinate representation of color #E13FA9: hue angle of 320.74º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13FA9 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 63 169 -
CMYK 0 0.72 0.25 0.12
HSL 320.74º 0.73% 0.56% -
HSV(B) 320.74º 0.72% 0.88% -
XYZ 39.99 22.43 39.76 -
YUV 123.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 225 63 169 0 0.72 0.25 0.12 320.74 0.73 0.56
Hex E1 3F A9 0 48 19 C 141 49 38
Octal 341 77 251 0 110 31 14 501 111 70
Binary 11100001 111111 10101001 0 1001000 11001 1100 101000001 1001001 111000

Color Harmonies of #E13FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FA9

Black with #E13FA9

Text Example


Text Example

White with #E13FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FA9; }

 p { color: rgb(225,63,169); }

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

background-color css

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

 a { background-color: rgb(225,63,169); }

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

border-color css

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

 span { border-color: rgb(225,63,169); }

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