Html Css Color HEX #E12FA5 Persian Rose

📋 copy color: '#E12FA5'

red 225 ◦ green 47 ◦ blue 165

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

Shades of Persian Rose #E12FA5

Tints of Persian Rose #E12FA5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.76%

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 51.49%
G = 10.76%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E12FA5 (or 0xE12FA5) is known color: Persian Rose. HEX triplet: E1, 2F and A5. RGB value is (225,47,165). Sum of RGB (Red+Green+Blue) = 225+47+165=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12FA5 is #1ED05A. Grayscale: #717171. Windows color (decimal): -2019419 or 10825697. OLE color: 10825697.

HSL color Cylindrical-coordinate representation of color #E12FA5: hue angle of 320.22º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12FA5 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 47 165 -
CMYK 0 0.79 0.27 0.12
HSL 320.22º 0.75% 0.53% -
HSV(B) 320.22º 0.79% 0.88% -
XYZ 38.86 20.76 37.56 -
YUV 113.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 225 47 165 0 0.79 0.27 0.12 320.22 0.75 0.53
Hex E1 2F A5 0 4F 1B C 140 4B 35
Octal 341 57 245 0 117 33 14 500 113 65
Binary 11100001 101111 10100101 0 1001111 11011 1100 101000000 1001011 110101

Color Harmonies of #E12FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FA5

Black with #E12FA5

Text Example


Text Example

White with #E12FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FA5; }

 p { color: rgb(225,47,165); }

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

background-color css

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

 a { background-color: rgb(225,47,165); }

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

border-color css

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

 span { border-color: rgb(225,47,165); }

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