Html Css Color HEX #E349AA Brilliant Rose

📋 copy color: '#E349AA'

red 227 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #E349AA

Tints of Brilliant Rose #E349AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 48.3%
G = 15.53%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E349AA (or 0xE349AA) is known color: Brilliant Rose. HEX triplet: E3, 49 and AA. RGB value is (227,73,170). Sum of RGB (Red+Green+Blue) = 227+73+170=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E349AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349AA is #1CB655. Grayscale: #818181. Windows color (decimal): -1881686 or 11160035. OLE color: 11160035.

HSL color Cylindrical-coordinate representation of color #E349AA: hue angle of 322.21º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349AA is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 73 170 -
CMYK 0 0.68 0.25 0.11
HSL 322.21º 0.73% 0.59% -
HSV(B) 322.21º 0.68% 0.89% -
XYZ 41.32 24 40.48 -
YUV 130.1 150.52 197.11 -
System Red Green Blue C M Y K H S L
Decimal 227 73 170 0 0.68 0.25 0.11 322.21 0.73 0.59
Hex E3 49 AA 0 44 19 B 142 49 3B
Octal 343 111 252 0 104 31 13 502 111 73
Binary 11100011 1001001 10101010 0 1000100 11001 1011 101000010 1001001 111011

Color Harmonies of #E349AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349AA

Black with #E349AA

Text Example


Text Example

White with #E349AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349AA; }

 p { color: rgb(227,73,170); }

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

background-color css

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

 a { background-color: rgb(227,73,170); }

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

border-color css

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

 span { border-color: rgb(227,73,170); }

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