Html Css Color HEX #E033AB Persian Rose

📋 copy color: '#E033AB'

red 224 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #E033AB

Tints of Persian Rose #E033AB

RGB

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

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

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

R = 50.22%
G = 11.43%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E033AB (or 0xE033AB) is known color: Persian Rose. HEX triplet: E0, 33 and AB. RGB value is (224,51,171). Sum of RGB (Red+Green+Blue) = 224+51+171=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AB is #1FCC54. Grayscale: #747474. Windows color (decimal): -2083925 or 11219936. OLE color: 11219936.

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

Color convert

RGB 224 51 171 -
CMYK 0 0.77 0.24 0.12
HSL 318.38º 0.74% 0.54% -
HSV(B) 318.38º 0.77% 0.88% -
XYZ 39.27 21.16 40.54 -
YUV 116.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 224 51 171 0 0.77 0.24 0.12 318.38 0.74 0.54
Hex E0 33 AB 0 4D 18 C 13E 4A 36
Octal 340 63 253 0 115 30 14 476 112 66
Binary 11100000 110011 10101011 0 1001101 11000 1100 100111110 1001010 110110

Color Harmonies of #E033AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E033AB

Black with #E033AB

Text Example


Text Example

White with #E033AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E033AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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