Html Css Color HEX #E331AD Persian Rose

📋 copy color: '#E331AD'

red 227 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #E331AD

Tints of Persian Rose #E331AD

RGB

 RED value IS 227 (89.06% from 255) = 50.56%

 GREEN value IS 49 (19.53% from 255) = 10.91%

 BLUE value IS 173 (67.97% from 255) = 38.53%

R = 50.56%
G = 10.91%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E331AD (or 0xE331AD) is known color: Persian Rose. HEX triplet: E3, 31 and AD. RGB value is (227,49,173). Sum of RGB (Red+Green+Blue) = 227+49+173=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E331AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E331AD is #1CCE52. Grayscale: #747474. Windows color (decimal): -1887827 or 11350499. OLE color: 11350499.

HSL color Cylindrical-coordinate representation of color #E331AD: hue angle of 318.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E331AD is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 49 173 -
CMYK 0 0.78 0.24 0.11
HSL 318.2º 0.76% 0.54% -
HSV(B) 318.2º 0.78% 0.89% -
XYZ 40.32 21.54 41.57 -
YUV 116.36 159.97 206.92 -
System Red Green Blue C M Y K H S L
Decimal 227 49 173 0 0.78 0.24 0.11 318.2 0.76 0.54
Hex E3 31 AD 0 4E 18 B 13E 4C 36
Octal 343 61 255 0 116 30 13 476 114 66
Binary 11100011 110001 10101101 0 1001110 11000 1011 100111110 1001100 110110

Color Harmonies of #E331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331AD

Black with #E331AD

Text Example


Text Example

White with #E331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331AD; }

 p { color: rgb(227,49,173); }

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

background-color css

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

 a { background-color: rgb(227,49,173); }

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

border-color css

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

 span { border-color: rgb(227,49,173); }

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