Html Css Color HEX #E749AA Brilliant Rose

📋 copy color: '#E749AA'

red 231 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #E749AA

Tints of Brilliant Rose #E749AA

RGB

 RED value IS 231 (90.63% from 255) = 48.73%

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

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

R = 48.73%
G = 15.4%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E749AA (or 0xE749AA) is known color: Brilliant Rose. HEX triplet: E7, 49 and AA. RGB value is (231,73,170). Sum of RGB (Red+Green+Blue) = 231+73+170=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E749AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E749AA is #18B655. Grayscale: #838383. Windows color (decimal): -1619542 or 11160039. OLE color: 11160039.

HSL color Cylindrical-coordinate representation of color #E749AA: hue angle of 323.16º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749AA is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 73 170 -
CMYK 0 0.68 0.26 0.09
HSL 323.16º 0.77% 0.6% -
HSV(B) 323.16º 0.68% 0.91% -
XYZ 42.59 24.66 40.54 -
YUV 131.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 231 73 170 0 0.68 0.26 0.09 323.16 0.77 0.6
Hex E7 49 AA 0 44 1A 9 143 4D 3C
Octal 347 111 252 0 104 32 11 503 115 74
Binary 11100111 1001001 10101010 0 1000100 11010 1001 101000011 1001101 111100

Color Harmonies of #E749AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749AA

Black with #E749AA

Text Example


Text Example

White with #E749AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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