Html Css Color HEX #EB54AF Brilliant Rose

📋 copy color: '#EB54AF'

red 235 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #EB54AF

Tints of Brilliant Rose #EB54AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 47.57%
G = 17%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB54AF (or 0xEB54AF) is known color: Brilliant Rose. HEX triplet: EB, 54 and AF. RGB value is (235,84,175). Sum of RGB (Red+Green+Blue) = 235+84+175=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54AF is #14AB50. Grayscale: #8B8B8B. Windows color (decimal): -1354577 or 11490539. OLE color: 11490539.

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

Color convert

RGB 235 84 175 -
CMYK 0 0.64 0.26 0.08
HSL 323.84º 0.79% 0.63% -
HSV(B) 323.84º 0.64% 0.92% -
XYZ 45.17 27.1 43.41 -
YUV 139.52 148.03 196.1 -
System Red Green Blue C M Y K H S L
Decimal 235 84 175 0 0.64 0.26 0.08 323.84 0.79 0.63
Hex EB 54 AF 0 40 1A 8 144 4F 3F
Octal 353 124 257 0 100 32 10 504 117 77
Binary 11101011 1010100 10101111 0 1000000 11010 1000 101000100 1001111 111111

Color Harmonies of #EB54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54AF

Black with #EB54AF

Text Example


Text Example

White with #EB54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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