Html Css Color HEX #E65EA9 Brilliant Rose

📋 copy color: '#E65EA9'

red 230 ◦ green 94 ◦ blue 169

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

Shades of Brilliant Rose #E65EA9

Tints of Brilliant Rose #E65EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.07%

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 46.65%
G = 19.07%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E65EA9 (or 0xE65EA9) is known color: Brilliant Rose. HEX triplet: E6, 5E and A9. RGB value is (230,94,169). Sum of RGB (Red+Green+Blue) = 230+94+169=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65EA9 is #19A156. Grayscale: #8F8F8F. Windows color (decimal): -1679703 or 11099878. OLE color: 11099878.

HSL color Cylindrical-coordinate representation of color #E65EA9: hue angle of 326.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EA9 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 169 -
CMYK 0 0.59 0.27 0.10
HSL 326.91º 0.73% 0.64% -
HSV(B) 326.91º 0.59% 0.9% -
XYZ 43.8 27.69 40.57 -
YUV 143.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 230 94 169 0 0.59 0.27 0.10 326.91 0.73 0.64
Hex E6 5E A9 0 3B 1B A 147 49 40
Octal 346 136 251 0 73 33 12 507 111 100
Binary 11100110 1011110 10101001 0 111011 11011 1010 101000111 1001001 1000000

Color Harmonies of #E65EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65EA9

Black with #E65EA9

Text Example


Text Example

White with #E65EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65EA9; }

 p { color: rgb(230,94,169); }

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

background-color css

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

 a { background-color: rgb(230,94,169); }

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

border-color css

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

 span { border-color: rgb(230,94,169); }

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