Html Css Color HEX #E350A6 Brilliant Rose

📋 copy color: '#E350A6'

red 227 ◦ green 80 ◦ blue 166

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

Shades of Brilliant Rose #E350A6

Tints of Brilliant Rose #E350A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 47.99%
G = 16.91%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E350A6 (or 0xE350A6) is known color: Brilliant Rose. HEX triplet: E3, 50 and A6. RGB value is (227,80,166). Sum of RGB (Red+Green+Blue) = 227+80+166=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E350A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350A6 is #1CAF59. Grayscale: #858585. Windows color (decimal): -1879898 or 10899683. OLE color: 10899683.

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

Color convert

RGB 227 80 166 -
CMYK 0 0.65 0.27 0.11
HSL 324.9º 0.72% 0.6% -
HSV(B) 324.9º 0.65% 0.89% -
XYZ 41.43 24.82 38.68 -
YUV 133.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 227 80 166 0 0.65 0.27 0.11 324.9 0.72 0.6
Hex E3 50 A6 0 41 1B B 145 48 3C
Octal 343 120 246 0 101 33 13 505 110 74
Binary 11100011 1010000 10100110 0 1000001 11011 1011 101000101 1001000 111100

Color Harmonies of #E350A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350A6

Black with #E350A6

Text Example


Text Example

White with #E350A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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