Html Css Color HEX #EB59AB Brilliant Rose

📋 copy color: '#EB59AB'

red 235 ◦ green 89 ◦ blue 171

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

Shades of Brilliant Rose #EB59AB

Tints of Brilliant Rose #EB59AB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.98%

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 47.47%
G = 17.98%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB59AB (or 0xEB59AB) is known color: Brilliant Rose. HEX triplet: EB, 59 and AB. RGB value is (235,89,171). Sum of RGB (Red+Green+Blue) = 235+89+171=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB59AB is #14A654. Grayscale: #8D8D8D. Windows color (decimal): -1353301 or 11229675. OLE color: 11229675.

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

Color convert

RGB 235 89 171 -
CMYK 0 0.62 0.27 0.08
HSL 326.3º 0.78% 0.64% -
HSV(B) 326.3º 0.62% 0.92% -
XYZ 45.18 27.75 41.5 -
YUV 142 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 235 89 171 0 0.62 0.27 0.08 326.3 0.78 0.64
Hex EB 59 AB 0 3E 1B 8 146 4E 40
Octal 353 131 253 0 76 33 10 506 116 100
Binary 11101011 1011001 10101011 0 111110 11011 1000 101000110 1001110 1000000

Color Harmonies of #EB59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB59AB

Black with #EB59AB

Text Example


Text Example

White with #EB59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB59AB; }

 p { color: rgb(235,89,171); }

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

background-color css

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

 a { background-color: rgb(235,89,171); }

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

border-color css

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

 span { border-color: rgb(235,89,171); }

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