Html Css Color HEX #E12BA1 Persian Rose

📋 copy color: '#E12BA1'

red 225 ◦ green 43 ◦ blue 161

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

Shades of Persian Rose #E12BA1

Tints of Persian Rose #E12BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 52.45%
G = 10.02%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E12BA1 (or 0xE12BA1) is known color: Persian Rose. HEX triplet: E1, 2B and A1. RGB value is (225,43,161). Sum of RGB (Red+Green+Blue) = 225+43+161=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA1 is #1ED45E. Grayscale: #6E6E6E. Windows color (decimal): -2020447 or 10562529. OLE color: 10562529.

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

Color convert

RGB 225 43 161 -
CMYK 0 0.81 0.28 0.12
HSL 321.1º 0.75% 0.53% -
HSV(B) 321.1º 0.81% 0.88% -
XYZ 38.35 20.31 35.62 -
YUV 110.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 225 43 161 0 0.81 0.28 0.12 321.1 0.75 0.53
Hex E1 2B A1 0 51 1C C 141 4B 35
Octal 341 53 241 0 121 34 14 501 113 65
Binary 11100001 101011 10100001 0 1010001 11100 1100 101000001 1001011 110101

Color Harmonies of #E12BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BA1

Black with #E12BA1

Text Example


Text Example

White with #E12BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BA1; }

 p { color: rgb(225,43,161); }

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

background-color css

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

 a { background-color: rgb(225,43,161); }

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

border-color css

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

 span { border-color: rgb(225,43,161); }

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