Html Css Color HEX #E12BA7 Persian Rose

📋 copy color: '#E12BA7'

red 225 ◦ green 43 ◦ blue 167

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

Shades of Persian Rose #E12BA7

Tints of Persian Rose #E12BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.39%

R = 51.72%
G = 9.89%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E12BA7 (or 0xE12BA7) is known color: Persian Rose. HEX triplet: E1, 2B and A7. RGB value is (225,43,167). Sum of RGB (Red+Green+Blue) = 225+43+167=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA7 is #1ED458. Grayscale: #6F6F6F. Windows color (decimal): -2020441 or 10955745. OLE color: 10955745.

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

Color convert

RGB 225 43 167 -
CMYK 0 0.81 0.26 0.12
HSL 319.12º 0.75% 0.53% -
HSV(B) 319.12º 0.81% 0.88% -
XYZ 38.89 20.53 38.47 -
YUV 111.55 159.3 208.92 -
System Red Green Blue C M Y K H S L
Decimal 225 43 167 0 0.81 0.26 0.12 319.12 0.75 0.53
Hex E1 2B A7 0 51 1A C 13F 4B 35
Octal 341 53 247 0 121 32 14 477 113 65
Binary 11100001 101011 10100111 0 1010001 11010 1100 100111111 1001011 110101

Color Harmonies of #E12BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BA7

Black with #E12BA7

Text Example


Text Example

White with #E12BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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