Html Css Color HEX #E12BA6 Persian Rose

📋 copy color: '#E12BA6'

red 225 ◦ green 43 ◦ blue 166

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

Shades of Persian Rose #E12BA6

Tints of Persian Rose #E12BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.25%

R = 51.84%
G = 9.91%
B = 38.25%

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

#E12BA6 (or 0xE12BA6) is known color: Persian Rose. HEX triplet: E1, 2B and A6. RGB value is (225,43,166). Sum of RGB (Red+Green+Blue) = 225+43+166=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA6 is #1ED459. Grayscale: #6F6F6F. Windows color (decimal): -2020442 or 10890209. OLE color: 10890209.

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

Color convert

RGB 225 43 166 -
CMYK 0 0.81 0.26 0.12
HSL 319.45º 0.75% 0.53% -
HSV(B) 319.45º 0.81% 0.88% -
XYZ 38.8 20.49 37.99 -
YUV 111.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 225 43 166 0 0.81 0.26 0.12 319.45 0.75 0.53
Hex E1 2B A6 0 51 1A C 13F 4B 35
Octal 341 53 246 0 121 32 14 477 113 65
Binary 11100001 101011 10100110 0 1010001 11010 1100 100111111 1001011 110101

Color Harmonies of #E12BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BA6

Black with #E12BA6

Text Example


Text Example

White with #E12BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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