Html Css Color HEX #E12BAB Persian Rose

📋 copy color: '#E12BAB'

red 225 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #E12BAB

Tints of Persian Rose #E12BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 51.25%
G = 9.79%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E12BAB (or 0xE12BAB) is known color: Persian Rose. HEX triplet: E1, 2B and AB. RGB value is (225,43,171). Sum of RGB (Red+Green+Blue) = 225+43+171=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E12BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12BAB is #1ED454. Grayscale: #6F6F6F. Windows color (decimal): -2020437 or 11217889. OLE color: 11217889.

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

Color convert

RGB 225 43 171 -
CMYK 0 0.81 0.24 0.12
HSL 317.8º 0.75% 0.53% -
HSV(B) 317.8º 0.81% 0.88% -
XYZ 39.27 20.68 40.45 -
YUV 112.01 161.3 208.59 -
System Red Green Blue C M Y K H S L
Decimal 225 43 171 0 0.81 0.24 0.12 317.8 0.75 0.53
Hex E1 2B AB 0 51 18 C 13E 4B 35
Octal 341 53 253 0 121 30 14 476 113 65
Binary 11100001 101011 10101011 0 1010001 11000 1100 100111110 1001011 110101

Color Harmonies of #E12BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12BAB

Black with #E12BAB

Text Example


Text Example

White with #E12BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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