Html Css Color HEX #E2499F Brilliant Rose

📋 copy color: '#E2499F'

red 226 ◦ green 73 ◦ blue 159

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

Shades of Brilliant Rose #E2499F

Tints of Brilliant Rose #E2499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.72%

R = 49.34%
G = 15.94%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2499F (or 0xE2499F) is known color: Brilliant Rose. HEX triplet: E2, 49 and 9F. RGB value is (226,73,159). Sum of RGB (Red+Green+Blue) = 226+73+159=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2499F is #1DB660. Grayscale: #808080. Windows color (decimal): -1947233 or 10439138. OLE color: 10439138.

HSL color Cylindrical-coordinate representation of color #E2499F: hue angle of 326.27º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2499F is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 73 159 -
CMYK 0 0.68 0.30 0.11
HSL 326.27º 0.73% 0.59% -
HSV(B) 326.27º 0.68% 0.89% -
XYZ 40 23.44 35.22 -
YUV 128.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 226 73 159 0 0.68 0.30 0.11 326.27 0.73 0.59
Hex E2 49 9F 0 44 1E B 146 49 3B
Octal 342 111 237 0 104 36 13 506 111 73
Binary 11100010 1001001 10011111 0 1000100 11110 1011 101000110 1001001 111011

Color Harmonies of #E2499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2499F

Black with #E2499F

Text Example


Text Example

White with #E2499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2499F; }

 p { color: rgb(226,73,159); }

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

background-color css

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

 a { background-color: rgb(226,73,159); }

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

border-color css

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

 span { border-color: rgb(226,73,159); }

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