Html Css Color HEX #E350AE Brilliant Rose

📋 copy color: '#E350AE'

red 227 ◦ green 80 ◦ blue 174

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

Shades of Brilliant Rose #E350AE

Tints of Brilliant Rose #E350AE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.63%

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

R = 47.19%
G = 16.63%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E350AE (or 0xE350AE) is known color: Brilliant Rose. HEX triplet: E3, 50 and AE. RGB value is (227,80,174). Sum of RGB (Red+Green+Blue) = 227+80+174=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E350AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350AE is #1CAF51. Grayscale: #868686. Windows color (decimal): -1879890 or 11423971. OLE color: 11423971.

HSL color Cylindrical-coordinate representation of color #E350AE: hue angle of 321.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350AE is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 174 -
CMYK 0 0.65 0.23 0.11
HSL 321.63º 0.72% 0.6% -
HSV(B) 321.63º 0.65% 0.89% -
XYZ 42.19 25.12 42.67 -
YUV 134.67 150.2 193.86 -
System Red Green Blue C M Y K H S L
Decimal 227 80 174 0 0.65 0.23 0.11 321.63 0.72 0.6
Hex E3 50 AE 0 41 17 B 142 48 3C
Octal 343 120 256 0 101 27 13 502 110 74
Binary 11100011 1010000 10101110 0 1000001 10111 1011 101000010 1001000 111100

Color Harmonies of #E350AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350AE

Black with #E350AE

Text Example


Text Example

White with #E350AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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