Html Css Color HEX #EB54A8 Brilliant Rose

📋 copy color: '#EB54A8'

red 235 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #EB54A8

Tints of Brilliant Rose #EB54A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 48.25%
G = 17.25%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB54A8 (or 0xEB54A8) is known color: Brilliant Rose. HEX triplet: EB, 54 and A8. RGB value is (235,84,168). Sum of RGB (Red+Green+Blue) = 235+84+168=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54A8 is #14AB57. Grayscale: #8A8A8A. Windows color (decimal): -1354584 or 11031787. OLE color: 11031787.

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

Color convert

RGB 235 84 168 -
CMYK 0 0.64 0.29 0.08
HSL 326.62º 0.79% 0.63% -
HSV(B) 326.62º 0.64% 0.92% -
XYZ 44.5 26.83 39.88 -
YUV 138.73 144.53 196.67 -
System Red Green Blue C M Y K H S L
Decimal 235 84 168 0 0.64 0.29 0.08 326.62 0.79 0.63
Hex EB 54 A8 0 40 1D 8 147 4F 3F
Octal 353 124 250 0 100 35 10 507 117 77
Binary 11101011 1010100 10101000 0 1000000 11101 1000 101000111 1001111 111111

Color Harmonies of #EB54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54A8

Black with #EB54A8

Text Example


Text Example

White with #EB54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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