Html Css Color HEX #E149A1 Brilliant Rose

📋 copy color: '#E149A1'

red 225 ◦ green 73 ◦ blue 161

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

Shades of Brilliant Rose #E149A1

Tints of Brilliant Rose #E149A1

RGB

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

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

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

R = 49.02%
G = 15.9%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E149A1 (or 0xE149A1) is known color: Brilliant Rose. HEX triplet: E1, 49 and A1. RGB value is (225,73,161). Sum of RGB (Red+Green+Blue) = 225+73+161=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E149A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149A1 is #1EB65E. Grayscale: #808080. Windows color (decimal): -2012767 or 10570209. OLE color: 10570209.

HSL color Cylindrical-coordinate representation of color #E149A1: hue angle of 325.26º 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 #E149A1 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 161 -
CMYK 0 0.68 0.28 0.12
HSL 325.26º 0.72% 0.58% -
HSV(B) 325.26º 0.68% 0.88% -
XYZ 39.87 23.35 36.12 -
YUV 128.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 225 73 161 0 0.68 0.28 0.12 325.26 0.72 0.58
Hex E1 49 A1 0 44 1C C 145 48 3A
Octal 341 111 241 0 104 34 14 505 110 72
Binary 11100001 1001001 10100001 0 1000100 11100 1100 101000101 1001000 111010

Color Harmonies of #E149A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149A1

Black with #E149A1

Text Example


Text Example

White with #E149A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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