Html Css Color HEX #E03BAE Persian Rose

📋 copy color: '#E03BAE'

red 224 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E03BAE

Tints of Persian Rose #E03BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.91%

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 49.02%
G = 12.91%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E03BAE (or 0xE03BAE) is known color: Persian Rose. HEX triplet: E0, 3B and AE. RGB value is (224,59,174). Sum of RGB (Red+Green+Blue) = 224+59+174=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAE is #1FC451. Grayscale: #797979. Windows color (decimal): -2081874 or 11418592. OLE color: 11418592.

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

Color convert

RGB 224 59 174 -
CMYK 0 0.74 0.22 0.12
HSL 318.18º 0.73% 0.55% -
HSV(B) 318.18º 0.74% 0.88% -
XYZ 39.94 22.03 42.19 -
YUV 121.45 157.66 201.15 -
System Red Green Blue C M Y K H S L
Decimal 224 59 174 0 0.74 0.22 0.12 318.18 0.73 0.55
Hex E0 3B AE 0 4A 16 C 13E 49 37
Octal 340 73 256 0 112 26 14 476 111 67
Binary 11100000 111011 10101110 0 1001010 10110 1100 100111110 1001001 110111

Color Harmonies of #E03BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03BAE

Black with #E03BAE

Text Example


Text Example

White with #E03BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03BAE; }

 p { color: rgb(224,59,174); }

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

background-color css

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

 a { background-color: rgb(224,59,174); }

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

border-color css

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

 span { border-color: rgb(224,59,174); }

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