Html Css Color HEX #E330AD Persian Rose

📋 copy color: '#E330AD'

red 227 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #E330AD

Tints of Persian Rose #E330AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.71%

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

R = 50.67%
G = 10.71%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E330AD (or 0xE330AD) is known color: Persian Rose. HEX triplet: E3, 30 and AD. RGB value is (227,48,173). Sum of RGB (Red+Green+Blue) = 227+48+173=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E330AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330AD is #1CCF52. Grayscale: #737373. Windows color (decimal): -1888083 or 11350243. OLE color: 11350243.

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

Color convert

RGB 227 48 173 -
CMYK 0 0.79 0.24 0.11
HSL 318.1º 0.76% 0.54% -
HSV(B) 318.1º 0.79% 0.89% -
XYZ 40.28 21.46 41.55 -
YUV 115.77 160.3 207.34 -
System Red Green Blue C M Y K H S L
Decimal 227 48 173 0 0.79 0.24 0.11 318.1 0.76 0.54
Hex E3 30 AD 0 4F 18 B 13E 4C 36
Octal 343 60 255 0 117 30 13 476 114 66
Binary 11100011 110000 10101101 0 1001111 11000 1011 100111110 1001100 110110

Color Harmonies of #E330AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330AD

Black with #E330AD

Text Example


Text Example

White with #E330AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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