Html Css Color HEX #E149B2 Brilliant Rose

📋 copy color: '#E149B2'

red 225 ◦ green 73 ◦ blue 178

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

Shades of Brilliant Rose #E149B2

Tints of Brilliant Rose #E149B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 47.27%
G = 15.34%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E149B2 (or 0xE149B2) is known color: Brilliant Rose. HEX triplet: E1, 49 and B2. RGB value is (225,73,178). Sum of RGB (Red+Green+Blue) = 225+73+178=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E149B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149B2 is #1EB64D. Grayscale: #828282. Windows color (decimal): -2012750 or 11684321. OLE color: 11684321.

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

Color convert

RGB 225 73 178 -
CMYK 0 0.68 0.21 0.12
HSL 318.55º 0.72% 0.58% -
HSV(B) 318.55º 0.68% 0.88% -
XYZ 41.47 23.99 44.56 -
YUV 130.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 225 73 178 0 0.68 0.21 0.12 318.55 0.72 0.58
Hex E1 49 B2 0 44 15 C 13F 48 3A
Octal 341 111 262 0 104 25 14 477 110 72
Binary 11100001 1001001 10110010 0 1000100 10101 1100 100111111 1001000 111010

Color Harmonies of #E149B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149B2

Black with #E149B2

Text Example


Text Example

White with #E149B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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