Html Css Color HEX #E03BAF Persian Rose

📋 copy color: '#E03BAF'

red 224 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #E03BAF

Tints of Persian Rose #E03BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.21%

R = 48.91%
G = 12.88%
B = 38.21%

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

#E03BAF (or 0xE03BAF) is known color: Persian Rose. HEX triplet: E0, 3B and AF. RGB value is (224,59,175). Sum of RGB (Red+Green+Blue) = 224+59+175=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAF is #1FC450. Grayscale: #797979. Windows color (decimal): -2081873 or 11484128. OLE color: 11484128.

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

Color convert

RGB 224 59 175 -
CMYK 0 0.74 0.22 0.12
HSL 317.82º 0.73% 0.55% -
HSV(B) 317.82º 0.74% 0.88% -
XYZ 40.04 22.07 42.71 -
YUV 121.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 224 59 175 0 0.74 0.22 0.12 317.82 0.73 0.55
Hex E0 3B AF 0 4A 16 C 13E 49 37
Octal 340 73 257 0 112 26 14 476 111 67
Binary 11100000 111011 10101111 0 1001010 10110 1100 100111110 1001001 110111

Color Harmonies of #E03BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03BAF

Black with #E03BAF

Text Example


Text Example

White with #E03BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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