Html Css Color HEX #EB539B Brilliant Rose

📋 copy color: '#EB539B'

red 235 ◦ green 83 ◦ blue 155

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

Shades of Brilliant Rose #EB539B

Tints of Brilliant Rose #EB539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.55%

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

R = 49.68%
G = 17.55%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB539B (or 0xEB539B) is known color: Brilliant Rose. HEX triplet: EB, 53 and 9B. RGB value is (235,83,155). Sum of RGB (Red+Green+Blue) = 235+83+155=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB539B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB539B is #14AC64. Grayscale: #888888. Windows color (decimal): -1354853 or 10179563. OLE color: 10179563.

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

Color convert

RGB 235 83 155 -
CMYK 0 0.65 0.34 0.08
HSL 331.58º 0.79% 0.62% -
HSV(B) 331.58º 0.65% 0.92% -
XYZ 43.27 26.22 33.79 -
YUV 136.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 235 83 155 0 0.65 0.34 0.08 331.58 0.79 0.62
Hex EB 53 9B 0 41 22 8 14C 4F 3E
Octal 353 123 233 0 101 42 10 514 117 76
Binary 11101011 1010011 10011011 0 1000001 100010 1000 101001100 1001111 111110

Color Harmonies of #EB539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB539B

Black with #EB539B

Text Example


Text Example

White with #EB539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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