Html Css Color HEX #E149AD Brilliant Rose

📋 copy color: '#E149AD'

red 225 ◦ green 73 ◦ blue 173

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

Shades of Brilliant Rose #E149AD

Tints of Brilliant Rose #E149AD

RGB

 RED value IS 225 (88.28% from 255) = 47.77%

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

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

R = 47.77%
G = 15.5%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E149AD (or 0xE149AD) is known color: Brilliant Rose. HEX triplet: E1, 49 and AD. RGB value is (225,73,173). Sum of RGB (Red+Green+Blue) = 225+73+173=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E149AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149AD is #1EB652. Grayscale: #818181. Windows color (decimal): -2012755 or 11356641. OLE color: 11356641.

HSL color Cylindrical-coordinate representation of color #E149AD: hue angle of 320.53º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149AD is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 173 -
CMYK 0 0.68 0.23 0.12
HSL 320.53º 0.72% 0.58% -
HSV(B) 320.53º 0.68% 0.88% -
XYZ 40.98 23.79 41.97 -
YUV 129.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 225 73 173 0 0.68 0.23 0.12 320.53 0.72 0.58
Hex E1 49 AD 0 44 17 C 141 48 3A
Octal 341 111 255 0 104 27 14 501 110 72
Binary 11100001 1001001 10101101 0 1000100 10111 1100 101000001 1001000 111010

Color Harmonies of #E149AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149AD

Black with #E149AD

Text Example


Text Example

White with #E149AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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