Html Css Color HEX #E041AB Persian Rose

📋 copy color: '#E041AB'

red 224 ◦ green 65 ◦ blue 171

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

Shades of Persian Rose #E041AB

Tints of Persian Rose #E041AB

RGB

 RED value IS 224 (87.89% from 255) = 48.7%

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

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

R = 48.7%
G = 14.13%
B = 37.17%

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

#E041AB (or 0xE041AB) is known color: Persian Rose. HEX triplet: E0, 41 and AB. RGB value is (224,65,171). Sum of RGB (Red+Green+Blue) = 224+65+171=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E041AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041AB is #1FBE54. Grayscale: #7C7C7C. Windows color (decimal): -2080341 or 11223520. OLE color: 11223520.

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

Color convert

RGB 224 65 171 -
CMYK 0 0.71 0.24 0.12
HSL 320º 0.72% 0.57% -
HSV(B) 320º 0.71% 0.88% -
XYZ 39.98 22.57 40.78 -
YUV 124.63 154.18 198.88 -
System Red Green Blue C M Y K H S L
Decimal 224 65 171 0 0.71 0.24 0.12 320 0.72 0.57
Hex E0 41 AB 0 47 18 C 140 48 39
Octal 340 101 253 0 107 30 14 500 110 71
Binary 11100000 1000001 10101011 0 1000111 11000 1100 101000000 1001000 111001

Color Harmonies of #E041AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041AB

Black with #E041AB

Text Example


Text Example

White with #E041AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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