Html Css Color HEX #EB54A2 Brilliant Rose

📋 copy color: '#EB54A2'

red 235 ◦ green 84 ◦ blue 162

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

Shades of Brilliant Rose #EB54A2

Tints of Brilliant Rose #EB54A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 48.86%
G = 17.46%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB54A2 (or 0xEB54A2) is known color: Brilliant Rose. HEX triplet: EB, 54 and A2. RGB value is (235,84,162). Sum of RGB (Red+Green+Blue) = 235+84+162=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB54A2 is #14AB5D. Grayscale: #898989. Windows color (decimal): -1354590 or 10638571. OLE color: 10638571.

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

Color convert

RGB 235 84 162 -
CMYK 0 0.64 0.31 0.08
HSL 329.01º 0.79% 0.63% -
HSV(B) 329.01º 0.64% 0.92% -
XYZ 43.95 26.61 37 -
YUV 138.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 235 84 162 0 0.64 0.31 0.08 329.01 0.79 0.63
Hex EB 54 A2 0 40 1F 8 149 4F 3F
Octal 353 124 242 0 100 37 10 511 117 77
Binary 11101011 1010100 10100010 0 1000000 11111 1000 101001001 1001111 111111

Color Harmonies of #EB54A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54A2

Black with #EB54A2

Text Example


Text Example

White with #EB54A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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