Html Css Color HEX #E033AC Persian Rose

📋 copy color: '#E033AC'

red 224 ◦ green 51 ◦ blue 172

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

Shades of Persian Rose #E033AC

Tints of Persian Rose #E033AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.41%

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

R = 50.11%
G = 11.41%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E033AC (or 0xE033AC) is known color: Persian Rose. HEX triplet: E0, 33 and AC. RGB value is (224,51,172). Sum of RGB (Red+Green+Blue) = 224+51+172=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AC is #1FCC53. Grayscale: #747474. Windows color (decimal): -2083924 or 11285472. OLE color: 11285472.

HSL color Cylindrical-coordinate representation of color #E033AC: hue angle of 318.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E033AC is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 51 172 -
CMYK 0 0.77 0.23 0.12
HSL 318.03º 0.74% 0.54% -
HSV(B) 318.03º 0.77% 0.88% -
XYZ 39.37 21.19 41.05 -
YUV 116.52 159.31 204.66 -
System Red Green Blue C M Y K H S L
Decimal 224 51 172 0 0.77 0.23 0.12 318.03 0.74 0.54
Hex E0 33 AC 0 4D 17 C 13E 4A 36
Octal 340 63 254 0 115 27 14 476 112 66
Binary 11100000 110011 10101100 0 1001101 10111 1100 100111110 1001010 110110

Color Harmonies of #E033AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033AC

Black with #E033AC

Text Example


Text Example

White with #E033AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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