Html Css Color HEX #E949AD Brilliant Rose

📋 copy color: '#E949AD'

red 233 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #E949AD

Tints of Brilliant Rose #E949AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 48.64%
G = 15.24%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E949AD (or 0xE949AD) is known color: Brilliant Rose. HEX triplet: E9, 49 and AD. RGB value is (233,73,173). Sum of RGB (Red+Green+Blue) = 233+73+173=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AD is #16B652. Grayscale: #848484. Windows color (decimal): -1488467 or 11356649. OLE color: 11356649.

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

Color convert

RGB 233 73 173 -
CMYK 0 0.69 0.26 0.09
HSL 322.5º 0.78% 0.6% -
HSV(B) 322.5º 0.69% 0.91% -
XYZ 43.53 25.11 42.09 -
YUV 132.24 151.01 199.87 -
System Red Green Blue C M Y K H S L
Decimal 233 73 173 0 0.69 0.26 0.09 322.5 0.78 0.6
Hex E9 49 AD 0 45 1A 9 142 4E 3C
Octal 351 111 255 0 105 32 11 502 116 74
Binary 11101001 1001001 10101101 0 1000101 11010 1001 101000010 1001110 111100

Color Harmonies of #E949AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949AD

Black with #E949AD

Text Example


Text Example

White with #E949AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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