Html Css Color HEX #E334A9 Persian Rose

📋 copy color: '#E334A9'

red 227 ◦ green 52 ◦ blue 169

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

Shades of Persian Rose #E334A9

Tints of Persian Rose #E334A9

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 50.67%
G = 11.61%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#E334A9 (or 0xE334A9) is known color: Persian Rose. HEX triplet: E3, 34 and A9. RGB value is (227,52,169). Sum of RGB (Red+Green+Blue) = 227+52+169=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E334A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334A9 is #1CCB56. Grayscale: #757575. Windows color (decimal): -1887063 or 11089123. OLE color: 11089123.

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

Color convert

RGB 227 52 169 -
CMYK 0 0.77 0.26 0.11
HSL 319.89º 0.76% 0.55% -
HSV(B) 319.89º 0.77% 0.89% -
XYZ 40.07 21.65 39.6 -
YUV 117.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 227 52 169 0 0.77 0.26 0.11 319.89 0.76 0.55
Hex E3 34 A9 0 4D 1A B 140 4C 37
Octal 343 64 251 0 115 32 13 500 114 67
Binary 11100011 110100 10101001 0 1001101 11010 1011 101000000 1001100 110111

Color Harmonies of #E334A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E334A9

Black with #E334A9

Text Example


Text Example

White with #E334A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E334A9; }

 p { color: rgb(227,52,169); }

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

background-color css

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

 a { background-color: rgb(227,52,169); }

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

border-color css

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

 span { border-color: rgb(227,52,169); }

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