Html Css Color HEX #E949A1 Brilliant Rose

📋 copy color: '#E949A1'

red 233 ◦ green 73 ◦ blue 161

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

Shades of Brilliant Rose #E949A1

Tints of Brilliant Rose #E949A1

RGB

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

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

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

R = 49.89%
G = 15.63%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E949A1 (or 0xE949A1) is known color: Brilliant Rose. HEX triplet: E9, 49 and A1. RGB value is (233,73,161). Sum of RGB (Red+Green+Blue) = 233+73+161=467 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.89% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 233 - color contains mainly: red. Hex color #E949A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949A1 is #16B65E. Grayscale: #828282. Windows color (decimal): -1488479 or 10570217. OLE color: 10570217.

HSL color Cylindrical-coordinate representation of color #E949A1: hue angle of 327º 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 #E949A1 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 73 161 -
CMYK 0 0.69 0.31 0.09
HSL 327º 0.78% 0.6% -
HSV(B) 327º 0.69% 0.91% -
XYZ 42.42 24.66 36.24 -
YUV 130.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 233 73 161 0 0.69 0.31 0.09 327 0.78 0.6
Hex E9 49 A1 0 45 1F 9 147 4E 3C
Octal 351 111 241 0 105 37 11 507 116 74
Binary 11101001 1001001 10100001 0 1000101 11111 1001 101000111 1001110 111100

Color Harmonies of #E949A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949A1

Black with #E949A1

Text Example


Text Example

White with #E949A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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