Html Css Color HEX #E03FAC Persian Rose

📋 copy color: '#E03FAC'

red 224 ◦ green 63 ◦ blue 172

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

Shades of Persian Rose #E03FAC

Tints of Persian Rose #E03FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 48.8%
G = 13.73%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E03FAC (or 0xE03FAC) is known color: Persian Rose. HEX triplet: E0, 3F and AC. RGB value is (224,63,172). Sum of RGB (Red+Green+Blue) = 224+63+172=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E03FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03FAC is #1FC053. Grayscale: #7B7B7B. Windows color (decimal): -2080852 or 11288544. OLE color: 11288544.

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

Color convert

RGB 224 63 172 -
CMYK 0 0.72 0.23 0.12
HSL 319.38º 0.72% 0.56% -
HSV(B) 319.38º 0.72% 0.88% -
XYZ 39.96 22.38 41.24 -
YUV 123.57 155.34 199.64 -
System Red Green Blue C M Y K H S L
Decimal 224 63 172 0 0.72 0.23 0.12 319.38 0.72 0.56
Hex E0 3F AC 0 48 17 C 13F 48 38
Octal 340 77 254 0 110 27 14 477 110 70
Binary 11100000 111111 10101100 0 1001000 10111 1100 100111111 1001000 111000

Color Harmonies of #E03FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03FAC

Black with #E03FAC

Text Example


Text Example

White with #E03FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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