Html Css Color HEX #EB559D Brilliant Rose

📋 copy color: '#EB559D'

red 235 ◦ green 85 ◦ blue 157

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

Shades of Brilliant Rose #EB559D

Tints of Brilliant Rose #EB559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 49.27%
G = 17.82%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB559D (or 0xEB559D) is known color: Brilliant Rose. HEX triplet: EB, 55 and 9D. RGB value is (235,85,157). Sum of RGB (Red+Green+Blue) = 235+85+157=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB559D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB559D is #14AA62. Grayscale: #898989. Windows color (decimal): -1354339 or 10311147. OLE color: 10311147.

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

Color convert

RGB 235 85 157 -
CMYK 0 0.64 0.33 0.08
HSL 331.2º 0.79% 0.63% -
HSV(B) 331.2º 0.64% 0.92% -
XYZ 43.6 26.59 34.73 -
YUV 138.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 235 85 157 0 0.64 0.33 0.08 331.2 0.79 0.63
Hex EB 55 9D 0 40 21 8 14B 4F 3F
Octal 353 125 235 0 100 41 10 513 117 77
Binary 11101011 1010101 10011101 0 1000000 100001 1000 101001011 1001111 111111

Color Harmonies of #EB559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB559D

Black with #EB559D

Text Example


Text Example

White with #EB559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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