Html Css Color HEX #E350A0 Brilliant Rose

📋 copy color: '#E350A0'

red 227 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #E350A0

Tints of Brilliant Rose #E350A0

RGB

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

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

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

R = 48.61%
G = 17.13%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E350A0 (or 0xE350A0) is known color: Brilliant Rose. HEX triplet: E3, 50 and A0. RGB value is (227,80,160). Sum of RGB (Red+Green+Blue) = 227+80+160=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E350A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E350A0 is #1CAF5F. Grayscale: #848484. Windows color (decimal): -1879904 or 10506467. OLE color: 10506467.

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

Color convert

RGB 227 80 160 -
CMYK 0 0.65 0.30 0.11
HSL 327.35º 0.72% 0.6% -
HSV(B) 327.35º 0.65% 0.89% -
XYZ 40.89 24.61 35.85 -
YUV 133.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 227 80 160 0 0.65 0.30 0.11 327.35 0.72 0.6
Hex E3 50 A0 0 41 1E B 147 48 3C
Octal 343 120 240 0 101 36 13 507 110 74
Binary 11100011 1010000 10100000 0 1000001 11110 1011 101000111 1001000 111100

Color Harmonies of #E350A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350A0

Black with #E350A0

Text Example


Text Example

White with #E350A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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