Html Css Color HEX #E033A5 Persian Rose

📋 copy color: '#E033A5'

red 224 ◦ green 51 ◦ blue 165

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

Shades of Persian Rose #E033A5

Tints of Persian Rose #E033A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 50.91%
G = 11.59%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E033A5 (or 0xE033A5) is known color: Persian Rose. HEX triplet: E0, 33 and A5. RGB value is (224,51,165). Sum of RGB (Red+Green+Blue) = 224+51+165=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 51 (20.31% from 255 or 11.59% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E033A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033A5 is #1FCC5A. Grayscale: #737373. Windows color (decimal): -2083931 or 10826720. OLE color: 10826720.

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

Color convert

RGB 224 51 165 -
CMYK 0 0.77 0.26 0.12
HSL 320.46º 0.74% 0.54% -
HSV(B) 320.46º 0.77% 0.88% -
XYZ 38.72 20.93 37.6 -
YUV 115.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 224 51 165 0 0.77 0.26 0.12 320.46 0.74 0.54
Hex E0 33 A5 0 4D 1A C 140 4A 36
Octal 340 63 245 0 115 32 14 500 112 66
Binary 11100000 110011 10100101 0 1001101 11010 1100 101000000 1001010 110110

Color Harmonies of #E033A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033A5

Black with #E033A5

Text Example


Text Example

White with #E033A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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