Html Css Color HEX #E249AA Brilliant Rose

📋 copy color: '#E249AA'

red 226 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #E249AA

Tints of Brilliant Rose #E249AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 48.19%
G = 15.57%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E249AA (or 0xE249AA) is known color: Brilliant Rose. HEX triplet: E2, 49 and AA. RGB value is (226,73,170). Sum of RGB (Red+Green+Blue) = 226+73+170=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AA is #1DB655. Grayscale: #818181. Windows color (decimal): -1947222 or 11160034. OLE color: 11160034.

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

Color convert

RGB 226 73 170 -
CMYK 0 0.68 0.25 0.11
HSL 321.96º 0.73% 0.59% -
HSV(B) 321.96º 0.68% 0.89% -
XYZ 41 23.84 40.47 -
YUV 129.81 150.69 196.61 -
System Red Green Blue C M Y K H S L
Decimal 226 73 170 0 0.68 0.25 0.11 321.96 0.73 0.59
Hex E2 49 AA 0 44 19 B 142 49 3B
Octal 342 111 252 0 104 31 13 502 111 73
Binary 11100010 1001001 10101010 0 1000100 11001 1011 101000010 1001001 111011

Color Harmonies of #E249AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E249AA

Black with #E249AA

Text Example


Text Example

White with #E249AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E249AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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