Html Css Color HEX #EB54B1 Brilliant Rose

📋 copy color: '#EB54B1'

red 235 ◦ green 84 ◦ blue 177

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

Shades of Brilliant Rose #EB54B1

Tints of Brilliant Rose #EB54B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.69%

R = 47.38%
G = 16.94%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB54B1 (or 0xEB54B1) is known color: Brilliant Rose. HEX triplet: EB, 54 and B1. RGB value is (235,84,177). Sum of RGB (Red+Green+Blue) = 235+84+177=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54B1 is #14AB4E. Grayscale: #8B8B8B. Windows color (decimal): -1354575 or 11621611. OLE color: 11621611.

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

Color convert

RGB 235 84 177 -
CMYK 0 0.64 0.25 0.08
HSL 323.05º 0.79% 0.63% -
HSV(B) 323.05º 0.64% 0.92% -
XYZ 45.37 27.18 44.45 -
YUV 139.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 235 84 177 0 0.64 0.25 0.08 323.05 0.79 0.63
Hex EB 54 B1 0 40 19 8 143 4F 3F
Octal 353 124 261 0 100 31 10 503 117 77
Binary 11101011 1010100 10110001 0 1000000 11001 1000 101000011 1001111 111111

Color Harmonies of #EB54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54B1

Black with #EB54B1

Text Example


Text Example

White with #EB54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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