Html Css Color HEX #EB559B Brilliant Rose

📋 copy color: '#EB559B'

red 235 ◦ green 85 ◦ blue 155

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

Shades of Brilliant Rose #EB559B

Tints of Brilliant Rose #EB559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 49.47%
G = 17.89%
B = 32.63%

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

#EB559B (or 0xEB559B) is known color: Brilliant Rose. HEX triplet: EB, 55 and 9B. RGB value is (235,85,155). Sum of RGB (Red+Green+Blue) = 235+85+155=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB559B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB559B is #14AA64. Grayscale: #898989. Windows color (decimal): -1354341 or 10180075. OLE color: 10180075.

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

Color convert

RGB 235 85 155 -
CMYK 0 0.64 0.34 0.08
HSL 332º 0.79% 0.63% -
HSV(B) 332º 0.64% 0.92% -
XYZ 43.43 26.53 33.84 -
YUV 137.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 235 85 155 0 0.64 0.34 0.08 332 0.79 0.63
Hex EB 55 9B 0 40 22 8 14C 4F 3F
Octal 353 125 233 0 100 42 10 514 117 77
Binary 11101011 1010101 10011011 0 1000000 100010 1000 101001100 1001111 111111

Color Harmonies of #EB559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB559B

Black with #EB559B

Text Example


Text Example

White with #EB559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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