Html Css Color HEX #E033AF Persian Rose

📋 copy color: '#E033AF'

red 224 ◦ green 51 ◦ blue 175

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

Shades of Persian Rose #E033AF

Tints of Persian Rose #E033AF

RGB

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

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

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

R = 49.78%
G = 11.33%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E033AF (or 0xE033AF) is known color: Persian Rose. HEX triplet: E0, 33 and AF. RGB value is (224,51,175). Sum of RGB (Red+Green+Blue) = 224+51+175=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AF is #1FCC50. Grayscale: #747474. Windows color (decimal): -2083921 or 11482080. OLE color: 11482080.

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

Color convert

RGB 224 51 175 -
CMYK 0 0.77 0.22 0.12
HSL 316.99º 0.74% 0.54% -
HSV(B) 316.99º 0.77% 0.88% -
XYZ 39.66 21.31 42.58 -
YUV 116.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 224 51 175 0 0.77 0.22 0.12 316.99 0.74 0.54
Hex E0 33 AF 0 4D 16 C 13D 4A 36
Octal 340 63 257 0 115 26 14 475 112 66
Binary 11100000 110011 10101111 0 1001101 10110 1100 100111101 1001010 110110

Color Harmonies of #E033AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033AF

Black with #E033AF

Text Example


Text Example

White with #E033AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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