Html Css Color HEX #E330AE Persian Rose

📋 copy color: '#E330AE'

red 227 ◦ green 48 ◦ blue 174

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

Shades of Persian Rose #E330AE

Tints of Persian Rose #E330AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 50.56%
G = 10.69%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E330AE (or 0xE330AE) is known color: Persian Rose. HEX triplet: E3, 30 and AE. RGB value is (227,48,174). Sum of RGB (Red+Green+Blue) = 227+48+174=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E330AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330AE is #1CCF51. Grayscale: #737373. Windows color (decimal): -1888082 or 11415779. OLE color: 11415779.

HSL color Cylindrical-coordinate representation of color #E330AE: hue angle of 317.77º 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 #E330AE is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 48 174 -
CMYK 0 0.79 0.23 0.11
HSL 317.77º 0.76% 0.54% -
HSV(B) 317.77º 0.79% 0.89% -
XYZ 40.38 21.5 42.07 -
YUV 115.89 160.8 207.25 -
System Red Green Blue C M Y K H S L
Decimal 227 48 174 0 0.79 0.23 0.11 317.77 0.76 0.54
Hex E3 30 AE 0 4F 17 B 13E 4C 36
Octal 343 60 256 0 117 27 13 476 114 66
Binary 11100011 110000 10101110 0 1001111 10111 1011 100111110 1001100 110110

Color Harmonies of #E330AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E330AE

Black with #E330AE

Text Example


Text Example

White with #E330AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E330AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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