Html Css Color HEX #E35AA0 Brilliant Rose

📋 copy color: '#E35AA0'

red 227 ◦ green 90 ◦ blue 160

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

Shades of Brilliant Rose #E35AA0

Tints of Brilliant Rose #E35AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

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

R = 47.59%
G = 18.87%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E35AA0 (or 0xE35AA0) is known color: Brilliant Rose. HEX triplet: E3, 5A and A0. RGB value is (227,90,160). Sum of RGB (Red+Green+Blue) = 227+90+160=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35AA0 is #1CA55F. Grayscale: #8A8A8A. Windows color (decimal): -1877344 or 10509027. OLE color: 10509027.

HSL color Cylindrical-coordinate representation of color #E35AA0: hue angle of 329.34º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35AA0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 160 -
CMYK 0 0.60 0.30 0.11
HSL 329.34º 0.71% 0.62% -
HSV(B) 329.34º 0.6% 0.89% -
XYZ 41.68 26.18 36.11 -
YUV 138.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 227 90 160 0 0.60 0.30 0.11 329.34 0.71 0.62
Hex E3 5A A0 0 3C 1E B 149 47 3E
Octal 343 132 240 0 74 36 13 511 107 76
Binary 11100011 1011010 10100000 0 111100 11110 1011 101001001 1000111 111110

Color Harmonies of #E35AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AA0

Black with #E35AA0

Text Example


Text Example

White with #E35AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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