Html Css Color HEX #E65AA5 Brilliant Rose

📋 copy color: '#E65AA5'

red 230 ◦ green 90 ◦ blue 165

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

Shades of Brilliant Rose #E65AA5

Tints of Brilliant Rose #E65AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.02%

R = 47.42%
G = 18.56%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E65AA5 (or 0xE65AA5) is known color: Brilliant Rose. HEX triplet: E6, 5A and A5. RGB value is (230,90,165). Sum of RGB (Red+Green+Blue) = 230+90+165=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AA5 is #19A55A. Grayscale: #8C8C8C. Windows color (decimal): -1680731 or 10836710. OLE color: 10836710.

HSL color Cylindrical-coordinate representation of color #E65AA5: hue angle of 327.86º 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 #E65AA5 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 90 165 -
CMYK 0 0.61 0.28 0.10
HSL 327.86º 0.74% 0.63% -
HSV(B) 327.86º 0.61% 0.9% -
XYZ 43.08 26.85 38.51 -
YUV 140.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 230 90 165 0 0.61 0.28 0.10 327.86 0.74 0.63
Hex E6 5A A5 0 3D 1C A 148 4A 3F
Octal 346 132 245 0 75 34 12 510 112 77
Binary 11100110 1011010 10100101 0 111101 11100 1010 101001000 1001010 111111

Color Harmonies of #E65AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65AA5

Black with #E65AA5

Text Example


Text Example

White with #E65AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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