Html Css Color HEX #E149B0 Brilliant Rose

📋 copy color: '#E149B0'

red 225 ◦ green 73 ◦ blue 176

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

Shades of Brilliant Rose #E149B0

Tints of Brilliant Rose #E149B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 47.47%
G = 15.4%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E149B0 (or 0xE149B0) is known color: Brilliant Rose. HEX triplet: E1, 49 and B0. RGB value is (225,73,176). Sum of RGB (Red+Green+Blue) = 225+73+176=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E149B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149B0 is #1EB64F. Grayscale: #818181. Windows color (decimal): -2012752 or 11553249. OLE color: 11553249.

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

Color convert

RGB 225 73 176 -
CMYK 0 0.68 0.22 0.12
HSL 319.34º 0.72% 0.58% -
HSV(B) 319.34º 0.68% 0.88% -
XYZ 41.27 23.91 43.51 -
YUV 130.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 225 73 176 0 0.68 0.22 0.12 319.34 0.72 0.58
Hex E1 49 B0 0 44 16 C 13F 48 3A
Octal 341 111 260 0 104 26 14 477 110 72
Binary 11100001 1001001 10110000 0 1000100 10110 1100 100111111 1001000 111010

Color Harmonies of #E149B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149B0

Black with #E149B0

Text Example


Text Example

White with #E149B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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