Html Css Color HEX #E03FAB Persian Rose

📋 copy color: '#E03FAB'

red 224 ◦ green 63 ◦ blue 171

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

Shades of Persian Rose #E03FAB

Tints of Persian Rose #E03FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.76%

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

R = 48.91%
G = 13.76%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E03FAB (or 0xE03FAB) is known color: Persian Rose. HEX triplet: E0, 3F and AB. RGB value is (224,63,171). Sum of RGB (Red+Green+Blue) = 224+63+171=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FAB is #1FC054. Grayscale: #7B7B7B. Windows color (decimal): -2080853 or 11223008. OLE color: 11223008.

HSL color Cylindrical-coordinate representation of color #E03FAB: hue angle of 319.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03FAB is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 63 171 -
CMYK 0 0.72 0.24 0.12
HSL 319.75º 0.72% 0.56% -
HSV(B) 319.75º 0.72% 0.88% -
XYZ 39.87 22.34 40.74 -
YUV 123.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 224 63 171 0 0.72 0.24 0.12 319.75 0.72 0.56
Hex E0 3F AB 0 48 18 C 140 48 38
Octal 340 77 253 0 110 30 14 500 110 70
Binary 11100000 111111 10101011 0 1001000 11000 1100 101000000 1001000 111000

Color Harmonies of #E03FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03FAB

Black with #E03FAB

Text Example


Text Example

White with #E03FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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