Html Css Color HEX #E149B5 Brilliant Rose

📋 copy color: '#E149B5'

red 225 ◦ green 73 ◦ blue 181

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

Shades of Brilliant Rose #E149B5

Tints of Brilliant Rose #E149B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 46.97%
G = 15.24%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E149B5 (or 0xE149B5) is known color: Brilliant Rose. HEX triplet: E1, 49 and B5. RGB value is (225,73,181). Sum of RGB (Red+Green+Blue) = 225+73+181=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E149B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149B5 is #1EB64A. Grayscale: #828282. Windows color (decimal): -2012747 or 11880929. OLE color: 11880929.

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

Color convert

RGB 225 73 181 -
CMYK 0 0.68 0.20 0.12
HSL 317.37º 0.72% 0.58% -
HSV(B) 317.37º 0.68% 0.88% -
XYZ 41.77 24.11 46.17 -
YUV 130.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 225 73 181 0 0.68 0.20 0.12 317.37 0.72 0.58
Hex E1 49 B5 0 44 14 C 13D 48 3A
Octal 341 111 265 0 104 24 14 475 110 72
Binary 11100001 1001001 10110101 0 1000100 10100 1100 100111101 1001000 111010

Color Harmonies of #E149B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149B5

Black with #E149B5

Text Example


Text Example

White with #E149B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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