Html Css Color HEX #E349A0 Brilliant Rose

📋 copy color: '#E349A0'

red 227 ◦ green 73 ◦ blue 160

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

Shades of Brilliant Rose #E349A0

Tints of Brilliant Rose #E349A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 49.35%
G = 15.87%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E349A0 (or 0xE349A0) is known color: Brilliant Rose. HEX triplet: E3, 49 and A0. RGB value is (227,73,160). Sum of RGB (Red+Green+Blue) = 227+73+160=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E349A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349A0 is #1CB65F. Grayscale: #808080. Windows color (decimal): -1881696 or 10504675. OLE color: 10504675.

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

Color convert

RGB 227 73 160 -
CMYK 0 0.68 0.30 0.11
HSL 326.1º 0.73% 0.59% -
HSV(B) 326.1º 0.68% 0.89% -
XYZ 40.41 23.63 35.69 -
YUV 128.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 227 73 160 0 0.68 0.30 0.11 326.1 0.73 0.59
Hex E3 49 A0 0 44 1E B 146 49 3B
Octal 343 111 240 0 104 36 13 506 111 73
Binary 11100011 1001001 10100000 0 1000100 11110 1011 101000110 1001001 111011

Color Harmonies of #E349A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349A0

Black with #E349A0

Text Example


Text Example

White with #E349A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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