Html Css Color HEX #EB54AB Brilliant Rose

📋 copy color: '#EB54AB'

red 235 ◦ green 84 ◦ blue 171

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

Shades of Brilliant Rose #EB54AB

Tints of Brilliant Rose #EB54AB

RGB

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

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

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

R = 47.96%
G = 17.14%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB54AB (or 0xEB54AB) is known color: Brilliant Rose. HEX triplet: EB, 54 and AB. RGB value is (235,84,171). Sum of RGB (Red+Green+Blue) = 235+84+171=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54AB is #14AB54. Grayscale: #8A8A8A. Windows color (decimal): -1354581 or 11228395. OLE color: 11228395.

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

Color convert

RGB 235 84 171 -
CMYK 0 0.64 0.27 0.08
HSL 325.43º 0.79% 0.63% -
HSV(B) 325.43º 0.64% 0.92% -
XYZ 44.78 26.94 41.37 -
YUV 139.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 235 84 171 0 0.64 0.27 0.08 325.43 0.79 0.63
Hex EB 54 AB 0 40 1B 8 145 4F 3F
Octal 353 124 253 0 100 33 10 505 117 77
Binary 11101011 1010100 10101011 0 1000000 11011 1000 101000101 1001111 111111

Color Harmonies of #EB54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54AB

Black with #EB54AB

Text Example


Text Example

White with #EB54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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