Html Css Color HEX #E94AA5 Brilliant Rose

📋 copy color: '#E94AA5'

red 233 ◦ green 74 ◦ blue 165

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

Shades of Brilliant Rose #E94AA5

Tints of Brilliant Rose #E94AA5

RGB

 RED value IS 233 (91.41% from 255) = 49.36%

 GREEN value IS 74 (29.3% from 255) = 15.68%

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

R = 49.36%
G = 15.68%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E94AA5 (or 0xE94AA5) is known color: Brilliant Rose. HEX triplet: E9, 4A and A5. RGB value is (233,74,165). Sum of RGB (Red+Green+Blue) = 233+74+165=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94AA5 is #16B55A. Grayscale: #838383. Windows color (decimal): -1488219 or 10832617. OLE color: 10832617.

HSL color Cylindrical-coordinate representation of color #E94AA5: hue angle of 325.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AA5 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 165 -
CMYK 0 0.68 0.29 0.09
HSL 325.66º 0.78% 0.6% -
HSV(B) 325.66º 0.68% 0.91% -
XYZ 42.84 24.94 38.15 -
YUV 131.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 233 74 165 0 0.68 0.29 0.09 325.66 0.78 0.6
Hex E9 4A A5 0 44 1D 9 146 4E 3C
Octal 351 112 245 0 104 35 11 506 116 74
Binary 11101001 1001010 10100101 0 1000100 11101 1001 101000110 1001110 111100

Color Harmonies of #E94AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94AA5

Black with #E94AA5

Text Example


Text Example

White with #E94AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94AA5; }

 p { color: rgb(233,74,165); }

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

background-color css

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

 a { background-color: rgb(233,74,165); }

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

border-color css

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

 span { border-color: rgb(233,74,165); }

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