Html Css Color HEX #E65AA1 Brilliant Rose

📋 copy color: '#E65AA1'

red 230 ◦ green 90 ◦ blue 161

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

Shades of Brilliant Rose #E65AA1

Tints of Brilliant Rose #E65AA1

RGB

 RED value IS 230 (90.23% from 255) = 47.82%

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

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

R = 47.82%
G = 18.71%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.3

 K value IS 0.10

RGB Variations

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

Color information

#E65AA1 (or 0xE65AA1) is known color: Brilliant Rose. HEX triplet: E6, 5A and A1. RGB value is (230,90,161). Sum of RGB (Red+Green+Blue) = 230+90+161=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AA1 is #19A55E. Grayscale: #8B8B8B. Windows color (decimal): -1680735 or 10574566. OLE color: 10574566.

HSL color Cylindrical-coordinate representation of color #E65AA1: hue angle of 329.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AA1 is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 161 -
CMYK 0 0.61 0.3 0.10
HSL 329.57º 0.74% 0.63% -
HSV(B) 329.57º 0.61% 0.9% -
XYZ 42.72 26.71 36.62 -
YUV 139.95 139.88 192.23 -
System Red Green Blue C M Y K H S L
Decimal 230 90 161 0 0.61 0.3 0.10 329.57 0.74 0.63
Hex E6 5A A1 0 3D 1E A 14A 4A 3F
Octal 346 132 241 0 75 36 12 512 112 77
Binary 11100110 1011010 10100001 0 111101 11110 1010 101001010 1001010 111111

Color Harmonies of #E65AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AA1

Black with #E65AA1

Text Example


Text Example

White with #E65AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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