Html Css Color HEX #E13FAA Persian Rose

📋 copy color: '#E13FAA'

red 225 ◦ green 63 ◦ blue 170

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

Shades of Persian Rose #E13FAA

Tints of Persian Rose #E13FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 49.13%
G = 13.76%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E13FAA (or 0xE13FAA) is known color: Persian Rose. HEX triplet: E1, 3F and AA. RGB value is (225,63,170). Sum of RGB (Red+Green+Blue) = 225+63+170=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E13FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13FAA is #1EC055. Grayscale: #7B7B7B. Windows color (decimal): -2015318 or 11157473. OLE color: 11157473.

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

Color convert

RGB 225 63 170 -
CMYK 0 0.72 0.24 0.12
HSL 320.37º 0.73% 0.56% -
HSV(B) 320.37º 0.72% 0.88% -
XYZ 40.08 22.46 40.25 -
YUV 123.64 154.17 200.3 -
System Red Green Blue C M Y K H S L
Decimal 225 63 170 0 0.72 0.24 0.12 320.37 0.73 0.56
Hex E1 3F AA 0 48 18 C 140 49 38
Octal 341 77 252 0 110 30 14 500 111 70
Binary 11100001 111111 10101010 0 1001000 11000 1100 101000000 1001001 111000

Color Harmonies of #E13FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13FAA

Black with #E13FAA

Text Example


Text Example

White with #E13FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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