Html Css Color HEX #E12BA5 Persian Rose

📋 copy color: '#E12BA5'

red 225 ◦ green 43 ◦ blue 165

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

Shades of Persian Rose #E12BA5

Tints of Persian Rose #E12BA5

RGB

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

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

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

R = 51.96%
G = 9.93%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E12BA5 (or 0xE12BA5) is known color: Persian Rose. HEX triplet: E1, 2B and A5. RGB value is (225,43,165). Sum of RGB (Red+Green+Blue) = 225+43+165=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BA5 is #1ED45A. Grayscale: #6F6F6F. Windows color (decimal): -2020443 or 10824673. OLE color: 10824673.

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

Color convert

RGB 225 43 165 -
CMYK 0 0.81 0.27 0.12
HSL 319.78º 0.75% 0.53% -
HSV(B) 319.78º 0.81% 0.88% -
XYZ 38.71 20.45 37.5 -
YUV 111.33 158.3 209.08 -
System Red Green Blue C M Y K H S L
Decimal 225 43 165 0 0.81 0.27 0.12 319.78 0.75 0.53
Hex E1 2B A5 0 51 1B C 140 4B 35
Octal 341 53 245 0 121 33 14 500 113 65
Binary 11100001 101011 10100101 0 1010001 11011 1100 101000000 1001011 110101

Color Harmonies of #E12BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BA5

Black with #E12BA5

Text Example


Text Example

White with #E12BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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