Html Css Color HEX #E949AA Brilliant Rose

📋 copy color: '#E949AA'

red 233 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #E949AA

Tints of Brilliant Rose #E949AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.34%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 48.95%
G = 15.34%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E949AA (or 0xE949AA) is known color: Brilliant Rose. HEX triplet: E9, 49 and AA. RGB value is (233,73,170). Sum of RGB (Red+Green+Blue) = 233+73+170=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AA is #16B655. Grayscale: #838383. Windows color (decimal): -1488470 or 11160041. OLE color: 11160041.

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

Color convert

RGB 233 73 170 -
CMYK 0 0.69 0.27 0.09
HSL 323.63º 0.78% 0.6% -
HSV(B) 323.63º 0.69% 0.91% -
XYZ 43.24 24.99 40.57 -
YUV 131.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 233 73 170 0 0.69 0.27 0.09 323.63 0.78 0.6
Hex E9 49 AA 0 45 1B 9 144 4E 3C
Octal 351 111 252 0 105 33 11 504 116 74
Binary 11101001 1001001 10101010 0 1000101 11011 1001 101000100 1001110 111100

Color Harmonies of #E949AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949AA

Black with #E949AA

Text Example


Text Example

White with #E949AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949AA; }

 p { color: rgb(233,73,170); }

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

background-color css

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

 a { background-color: rgb(233,73,170); }

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

border-color css

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

 span { border-color: rgb(233,73,170); }

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