Html Css Color HEX #EB49AA Brilliant Rose

📋 copy color: '#EB49AA'

red 235 ◦ green 73 ◦ blue 170

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

Shades of Brilliant Rose #EB49AA

Tints of Brilliant Rose #EB49AA

RGB

 RED value IS 235 (92.19% from 255) = 49.16%

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

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

R = 49.16%
G = 15.27%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB49AA (or 0xEB49AA) is known color: Brilliant Rose. HEX triplet: EB, 49 and AA. RGB value is (235,73,170). Sum of RGB (Red+Green+Blue) = 235+73+170=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49AA is #14B655. Grayscale: #848484. Windows color (decimal): -1357398 or 11160043. OLE color: 11160043.

HSL color Cylindrical-coordinate representation of color #EB49AA: hue angle of 324.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49AA is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 170 -
CMYK 0 0.69 0.28 0.08
HSL 324.07º 0.8% 0.6% -
HSV(B) 324.07º 0.69% 0.92% -
XYZ 43.9 25.33 40.61 -
YUV 132.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 235 73 170 0 0.69 0.28 0.08 324.07 0.8 0.6
Hex EB 49 AA 0 45 1C 8 144 50 3C
Octal 353 111 252 0 105 34 10 504 120 74
Binary 11101011 1001001 10101010 0 1000101 11100 1000 101000100 1010000 111100

Color Harmonies of #EB49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49AA

Black with #EB49AA

Text Example


Text Example

White with #EB49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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