Html Css Color HEX #EB54B2 Brilliant Rose

📋 copy color: '#EB54B2'

red 235 ◦ green 84 ◦ blue 178

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

Shades of Brilliant Rose #EB54B2

Tints of Brilliant Rose #EB54B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 47.28%
G = 16.9%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EB54B2 (or 0xEB54B2) is known color: Brilliant Rose. HEX triplet: EB, 54 and B2. RGB value is (235,84,178). Sum of RGB (Red+Green+Blue) = 235+84+178=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54B2 is #14AB4D. Grayscale: #8B8B8B. Windows color (decimal): -1354574 or 11687147. OLE color: 11687147.

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

Color convert

RGB 235 84 178 -
CMYK 0 0.64 0.24 0.08
HSL 322.65º 0.79% 0.63% -
HSV(B) 322.65º 0.64% 0.92% -
XYZ 45.47 27.22 44.98 -
YUV 139.87 149.53 195.86 -
System Red Green Blue C M Y K H S L
Decimal 235 84 178 0 0.64 0.24 0.08 322.65 0.79 0.63
Hex EB 54 B2 0 40 18 8 143 4F 3F
Octal 353 124 262 0 100 30 10 503 117 77
Binary 11101011 1010100 10110010 0 1000000 11000 1000 101000011 1001111 111111

Color Harmonies of #EB54B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54B2

Black with #EB54B2

Text Example


Text Example

White with #EB54B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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