Html Css Color HEX #E35AA2 Brilliant Rose

📋 copy color: '#E35AA2'

red 227 ◦ green 90 ◦ blue 162

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

Shades of Brilliant Rose #E35AA2

Tints of Brilliant Rose #E35AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.82%

R = 47.39%
G = 18.79%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E35AA2 (or 0xE35AA2) is known color: Brilliant Rose. HEX triplet: E3, 5A and A2. RGB value is (227,90,162). Sum of RGB (Red+Green+Blue) = 227+90+162=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E35AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35AA2 is #1CA55D. Grayscale: #8B8B8B. Windows color (decimal): -1877342 or 10640099. OLE color: 10640099.

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

Color convert

RGB 227 90 162 -
CMYK 0 0.60 0.29 0.11
HSL 328.47º 0.71% 0.62% -
HSV(B) 328.47º 0.6% 0.89% -
XYZ 41.86 26.25 37.04 -
YUV 139.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 227 90 162 0 0.60 0.29 0.11 328.47 0.71 0.62
Hex E3 5A A2 0 3C 1D B 148 47 3E
Octal 343 132 242 0 74 35 13 510 107 76
Binary 11100011 1011010 10100010 0 111100 11101 1011 101001000 1000111 111110

Color Harmonies of #E35AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35AA2

Black with #E35AA2

Text Example


Text Example

White with #E35AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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