Html Css Color HEX #E12FA8 Persian Rose

📋 copy color: '#E12FA8'

red 225 ◦ green 47 ◦ blue 168

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

Shades of Persian Rose #E12FA8

Tints of Persian Rose #E12FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.18%

R = 51.14%
G = 10.68%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E12FA8 (or 0xE12FA8) is known color: Persian Rose. HEX triplet: E1, 2F and A8. RGB value is (225,47,168). Sum of RGB (Red+Green+Blue) = 225+47+168=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E12FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12FA8 is #1ED057. Grayscale: #717171. Windows color (decimal): -2019416 or 11022305. OLE color: 11022305.

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

Color convert

RGB 225 47 168 -
CMYK 0 0.79 0.25 0.12
HSL 319.21º 0.75% 0.53% -
HSV(B) 319.21º 0.79% 0.88% -
XYZ 39.14 20.87 39.01 -
YUV 114.02 158.47 207.16 -
System Red Green Blue C M Y K H S L
Decimal 225 47 168 0 0.79 0.25 0.12 319.21 0.75 0.53
Hex E1 2F A8 0 4F 19 C 13F 4B 35
Octal 341 57 250 0 117 31 14 477 113 65
Binary 11100001 101111 10101000 0 1001111 11001 1100 100111111 1001011 110101

Color Harmonies of #E12FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FA8

Black with #E12FA8

Text Example


Text Example

White with #E12FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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