Html Css Color HEX #E75AA1 Brilliant Rose

📋 copy color: '#E75AA1'

red 231 ◦ green 90 ◦ blue 161

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

Shades of Brilliant Rose #E75AA1

Tints of Brilliant Rose #E75AA1

RGB

 RED value IS 231 (90.63% from 255) = 47.93%

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

 BLUE value IS 161 (63.28% from 255) = 33.4%

R = 47.93%
G = 18.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E75AA1 (or 0xE75AA1) is known color: Brilliant Rose. HEX triplet: E7, 5A and A1. RGB value is (231,90,161). Sum of RGB (Red+Green+Blue) = 231+90+161=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA1 is #18A55E. Grayscale: #8C8C8C. Windows color (decimal): -1615199 or 10574567. OLE color: 10574567.

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

Color convert

RGB 231 90 161 -
CMYK 0 0.61 0.30 0.09
HSL 329.79º 0.75% 0.63% -
HSV(B) 329.79º 0.61% 0.91% -
XYZ 43.04 26.87 36.64 -
YUV 140.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 231 90 161 0 0.61 0.30 0.09 329.79 0.75 0.63
Hex E7 5A A1 0 3D 1E 9 14A 4B 3F
Octal 347 132 241 0 75 36 11 512 113 77
Binary 11100111 1011010 10100001 0 111101 11110 1001 101001010 1001011 111111

Color Harmonies of #E75AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75AA1

Black with #E75AA1

Text Example


Text Example

White with #E75AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75AA1; }

 p { color: rgb(231,90,161); }

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

background-color css

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

 a { background-color: rgb(231,90,161); }

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

border-color css

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

 span { border-color: rgb(231,90,161); }

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