Html Css Color HEX #E355AA Brilliant Rose

📋 copy color: '#E355AA'

red 227 ◦ green 85 ◦ blue 170

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

Shades of Brilliant Rose #E355AA

Tints of Brilliant Rose #E355AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 47.1%
G = 17.63%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E355AA (or 0xE355AA) is known color: Brilliant Rose. HEX triplet: E3, 55 and AA. RGB value is (227,85,170). Sum of RGB (Red+Green+Blue) = 227+85+170=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E355AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E355AA is #1CAA55. Grayscale: #888888. Windows color (decimal): -1878614 or 11163107. OLE color: 11163107.

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

Color convert

RGB 227 85 170 -
CMYK 0 0.63 0.25 0.11
HSL 324.08º 0.72% 0.61% -
HSV(B) 324.08º 0.63% 0.89% -
XYZ 42.18 25.73 40.77 -
YUV 137.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 227 85 170 0 0.63 0.25 0.11 324.08 0.72 0.61
Hex E3 55 AA 0 3F 19 B 144 48 3D
Octal 343 125 252 0 77 31 13 504 110 75
Binary 11100011 1010101 10101010 0 111111 11001 1011 101000100 1001000 111101

Color Harmonies of #E355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355AA

Black with #E355AA

Text Example


Text Example

White with #E355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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