Html Css Color HEX #E141AB Persian Rose

📋 copy color: '#E141AB'

red 225 ◦ green 65 ◦ blue 171

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

Shades of Persian Rose #E141AB

Tints of Persian Rose #E141AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.1%

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

R = 48.81%
G = 14.1%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E141AB (or 0xE141AB) is known color: Persian Rose. HEX triplet: E1, 41 and AB. RGB value is (225,65,171). Sum of RGB (Red+Green+Blue) = 225+65+171=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E141AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E141AB is #1EBE54. Grayscale: #7C7C7C. Windows color (decimal): -2014805 or 11223521. OLE color: 11223521.

HSL color Cylindrical-coordinate representation of color #E141AB: hue angle of 320.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141AB is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 171 -
CMYK 0 0.71 0.24 0.12
HSL 320.25º 0.73% 0.57% -
HSV(B) 320.25º 0.71% 0.88% -
XYZ 40.29 22.73 40.79 -
YUV 124.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 225 65 171 0 0.71 0.24 0.12 320.25 0.73 0.57
Hex E1 41 AB 0 47 18 C 140 49 39
Octal 341 101 253 0 107 30 14 500 111 71
Binary 11100001 1000001 10101011 0 1000111 11000 1100 101000000 1001001 111001

Color Harmonies of #E141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141AB

Black with #E141AB

Text Example


Text Example

White with #E141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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