Html Css Color HEX #E2549D Brilliant Rose

📋 copy color: '#E2549D'

red 226 ◦ green 84 ◦ blue 157

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

Shades of Brilliant Rose #E2549D

Tints of Brilliant Rose #E2549D

RGB

 RED value IS 226 (88.67% from 255) = 48.39%

 GREEN value IS 84 (33.2% from 255) = 17.99%

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 48.39%
G = 17.99%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2549D (or 0xE2549D) is known color: Brilliant Rose. HEX triplet: E2, 54 and 9D. RGB value is (226,84,157). Sum of RGB (Red+Green+Blue) = 226+84+157=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2549D is #1DAB62. Grayscale: #868686. Windows color (decimal): -1944419 or 10310882. OLE color: 10310882.

HSL color Cylindrical-coordinate representation of color #E2549D: hue angle of 329.15º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2549D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 84 157 -
CMYK 0 0.63 0.31 0.11
HSL 329.15º 0.71% 0.61% -
HSV(B) 329.15º 0.63% 0.89% -
XYZ 40.62 24.94 34.57 -
YUV 134.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 226 84 157 0 0.63 0.31 0.11 329.15 0.71 0.61
Hex E2 54 9D 0 3F 1F B 149 47 3D
Octal 342 124 235 0 77 37 13 511 107 75
Binary 11100010 1010100 10011101 0 111111 11111 1011 101001001 1000111 111101

Color Harmonies of #E2549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2549D

Black with #E2549D

Text Example


Text Example

White with #E2549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2549D; }

 p { color: rgb(226,84,157); }

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

background-color css

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

 a { background-color: rgb(226,84,157); }

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

border-color css

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

 span { border-color: rgb(226,84,157); }

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