Html Css Color HEX #E350A3 Brilliant Rose

📋 copy color: '#E350A3'

red 227 ◦ green 80 ◦ blue 163

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

Shades of Brilliant Rose #E350A3

Tints of Brilliant Rose #E350A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 48.3%
G = 17.02%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E350A3 (or 0xE350A3) is known color: Brilliant Rose. HEX triplet: E3, 50 and A3. RGB value is (227,80,163). Sum of RGB (Red+Green+Blue) = 227+80+163=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E350A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350A3 is #1CAF5C. Grayscale: #858585. Windows color (decimal): -1879901 or 10703075. OLE color: 10703075.

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

Color convert

RGB 227 80 163 -
CMYK 0 0.65 0.28 0.11
HSL 326.12º 0.72% 0.6% -
HSV(B) 326.12º 0.65% 0.89% -
XYZ 41.16 24.71 37.25 -
YUV 133.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 227 80 163 0 0.65 0.28 0.11 326.12 0.72 0.6
Hex E3 50 A3 0 41 1C B 146 48 3C
Octal 343 120 243 0 101 34 13 506 110 74
Binary 11100011 1010000 10100011 0 1000001 11100 1011 101000110 1001000 111100

Color Harmonies of #E350A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350A3

Black with #E350A3

Text Example


Text Example

White with #E350A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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