Html Css Color HEX #EB49A8 Brilliant Rose

📋 copy color: '#EB49A8'

red 235 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #EB49A8

Tints of Brilliant Rose #EB49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 49.37%
G = 15.34%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB49A8 (or 0xEB49A8) is known color: Brilliant Rose. HEX triplet: EB, 49 and A8. RGB value is (235,73,168). Sum of RGB (Red+Green+Blue) = 235+73+168=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A8 is #14B657. Grayscale: #848484. Windows color (decimal): -1357400 or 11028971. OLE color: 11028971.

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

Color convert

RGB 235 73 168 -
CMYK 0 0.69 0.29 0.08
HSL 324.81º 0.8% 0.6% -
HSV(B) 324.81º 0.69% 0.92% -
XYZ 43.71 25.25 39.62 -
YUV 132.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 235 73 168 0 0.69 0.29 0.08 324.81 0.8 0.6
Hex EB 49 A8 0 45 1D 8 145 50 3C
Octal 353 111 250 0 105 35 10 505 120 74
Binary 11101011 1001001 10101000 0 1000101 11101 1000 101000101 1010000 111100

Color Harmonies of #EB49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49A8

Black with #EB49A8

Text Example


Text Example

White with #EB49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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