Html Css Color HEX #E355A0 Brilliant Rose

📋 copy color: '#E355A0'

red 227 ◦ green 85 ◦ blue 160

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

Shades of Brilliant Rose #E355A0

Tints of Brilliant Rose #E355A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.01%

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

R = 48.09%
G = 18.01%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E355A0 (or 0xE355A0) is known color: Brilliant Rose. HEX triplet: E3, 55 and A0. RGB value is (227,85,160). Sum of RGB (Red+Green+Blue) = 227+85+160=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E355A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355A0 is #1CAA5F. Grayscale: #878787. Windows color (decimal): -1878624 or 10507747. OLE color: 10507747.

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

Color convert

RGB 227 85 160 -
CMYK 0 0.63 0.30 0.11
HSL 328.31º 0.72% 0.61% -
HSV(B) 328.31º 0.63% 0.89% -
XYZ 41.27 25.37 35.98 -
YUV 136.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 227 85 160 0 0.63 0.30 0.11 328.31 0.72 0.61
Hex E3 55 A0 0 3F 1E B 148 48 3D
Octal 343 125 240 0 77 36 13 510 110 75
Binary 11100011 1010101 10100000 0 111111 11110 1011 101001000 1001000 111101

Color Harmonies of #E355A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355A0

Black with #E355A0

Text Example


Text Example

White with #E355A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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