Html Css Color HEX #EB549B Brilliant Rose

📋 copy color: '#EB549B'

red 235 ◦ green 84 ◦ blue 155

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

Shades of Brilliant Rose #EB549B

Tints of Brilliant Rose #EB549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

 BLUE value IS 155 (60.94% from 255) = 32.7%

R = 49.58%
G = 17.72%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB549B (or 0xEB549B) is known color: Brilliant Rose. HEX triplet: EB, 54 and 9B. RGB value is (235,84,155). Sum of RGB (Red+Green+Blue) = 235+84+155=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB549B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB549B is #14AB64. Grayscale: #898989. Windows color (decimal): -1354597 or 10179819. OLE color: 10179819.

HSL color Cylindrical-coordinate representation of color #EB549B: hue angle of 331.79º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB549B is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 84 155 -
CMYK 0 0.64 0.34 0.08
HSL 331.79º 0.79% 0.63% -
HSV(B) 331.79º 0.64% 0.92% -
XYZ 43.35 26.37 33.82 -
YUV 137.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 235 84 155 0 0.64 0.34 0.08 331.79 0.79 0.63
Hex EB 54 9B 0 40 22 8 14C 4F 3F
Octal 353 124 233 0 100 42 10 514 117 77
Binary 11101011 1010100 10011011 0 1000000 100010 1000 101001100 1001111 111111

Color Harmonies of #EB549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB549B

Black with #EB549B

Text Example


Text Example

White with #EB549B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB549B; }

 p { color: rgb(235,84,155); }

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

background-color css

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

 a { background-color: rgb(235,84,155); }

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

border-color css

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

 span { border-color: rgb(235,84,155); }

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