Html Css Color HEX #EB49AB Brilliant Rose

📋 copy color: '#EB49AB'

red 235 ◦ green 73 ◦ blue 171

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

Shades of Brilliant Rose #EB49AB

Tints of Brilliant Rose #EB49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 49.06%
G = 15.24%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB49AB (or 0xEB49AB) is known color: Brilliant Rose. HEX triplet: EB, 49 and AB. RGB value is (235,73,171). Sum of RGB (Red+Green+Blue) = 235+73+171=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49AB is #14B654. Grayscale: #848484. Windows color (decimal): -1357397 or 11225579. OLE color: 11225579.

HSL color Cylindrical-coordinate representation of color #EB49AB: hue angle of 323.7º 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 #EB49AB is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 73 171 -
CMYK 0 0.69 0.27 0.08
HSL 323.7º 0.8% 0.6% -
HSV(B) 323.7º 0.69% 0.92% -
XYZ 43.99 25.37 41.11 -
YUV 132.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 235 73 171 0 0.69 0.27 0.08 323.7 0.8 0.6
Hex EB 49 AB 0 45 1B 8 144 50 3C
Octal 353 111 253 0 105 33 10 504 120 74
Binary 11101011 1001001 10101011 0 1000101 11011 1000 101000100 1010000 111100

Color Harmonies of #EB49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49AB

Black with #EB49AB

Text Example


Text Example

White with #EB49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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