Html Css Color HEX #EB49A0 Brilliant Rose

📋 copy color: '#EB49A0'

red 235 ◦ green 73 ◦ blue 160

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

Shades of Brilliant Rose #EB49A0

Tints of Brilliant Rose #EB49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 50.21%
G = 15.6%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB49A0 (or 0xEB49A0) is known color: Brilliant Rose. HEX triplet: EB, 49 and A0. RGB value is (235,73,160). Sum of RGB (Red+Green+Blue) = 235+73+160=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB49A0 is #14B65F. Grayscale: #838383. Windows color (decimal): -1357408 or 10504683. OLE color: 10504683.

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

Color convert

RGB 235 73 160 -
CMYK 0 0.69 0.32 0.08
HSL 327.78º 0.8% 0.6% -
HSV(B) 327.78º 0.69% 0.92% -
XYZ 42.99 24.97 35.81 -
YUV 131.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 235 73 160 0 0.69 0.32 0.08 327.78 0.8 0.6
Hex EB 49 A0 0 45 20 8 148 50 3C
Octal 353 111 240 0 105 40 10 510 120 74
Binary 11101011 1001001 10100000 0 1000101 100000 1000 101001000 1010000 111100

Color Harmonies of #EB49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49A0

Black with #EB49A0

Text Example


Text Example

White with #EB49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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