Html Css Color HEX #E03AB0 Persian Rose

📋 copy color: '#E03AB0'

red 224 ◦ green 58 ◦ blue 176

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

Shades of Persian Rose #E03AB0

Tints of Persian Rose #E03AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 48.91%
G = 12.66%
B = 38.43%

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

#E03AB0 (or 0xE03AB0) is known color: Persian Rose. HEX triplet: E0, 3A and B0. RGB value is (224,58,176). Sum of RGB (Red+Green+Blue) = 224+58+176=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AB0 is #1FC54F. Grayscale: #787878. Windows color (decimal): -2082128 or 11549408. OLE color: 11549408.

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

Color convert

RGB 224 58 176 -
CMYK 0 0.74 0.21 0.12
HSL 317.35º 0.73% 0.55% -
HSV(B) 317.35º 0.74% 0.88% -
XYZ 40.09 22.01 43.21 -
YUV 121.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 224 58 176 0 0.74 0.21 0.12 317.35 0.73 0.55
Hex E0 3A B0 0 4A 15 C 13D 49 37
Octal 340 72 260 0 112 25 14 475 111 67
Binary 11100000 111010 10110000 0 1001010 10101 1100 100111101 1001001 110111

Color Harmonies of #E03AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AB0

Black with #E03AB0

Text Example


Text Example

White with #E03AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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