Html Css Color HEX #E03AB1 Persian Rose

📋 copy color: '#E03AB1'

red 224 ◦ green 58 ◦ blue 177

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

Shades of Persian Rose #E03AB1

Tints of Persian Rose #E03AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 48.8%
G = 12.64%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E03AB1 (or 0xE03AB1) is known color: Persian Rose. HEX triplet: E0, 3A and B1. RGB value is (224,58,177). Sum of RGB (Red+Green+Blue) = 224+58+177=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AB1 is #1FC54E. Grayscale: #787878. Windows color (decimal): -2082127 or 11614944. OLE color: 11614944.

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

Color convert

RGB 224 58 177 -
CMYK 0 0.74 0.21 0.12
HSL 316.99º 0.73% 0.55% -
HSV(B) 316.99º 0.74% 0.88% -
XYZ 40.19 22.05 43.73 -
YUV 121.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 224 58 177 0 0.74 0.21 0.12 316.99 0.73 0.55
Hex E0 3A B1 0 4A 15 C 13D 49 37
Octal 340 72 261 0 112 25 14 475 111 67
Binary 11100000 111010 10110001 0 1001010 10101 1100 100111101 1001001 110111

Color Harmonies of #E03AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AB1

Black with #E03AB1

Text Example


Text Example

White with #E03AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AB1; }

 p { color: rgb(224,58,177); }

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

background-color css

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

 a { background-color: rgb(224,58,177); }

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

border-color css

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

 span { border-color: rgb(224,58,177); }

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