Html Css Color HEX #EB53A1 Brilliant Rose

📋 copy color: '#EB53A1'

red 235 ◦ green 83 ◦ blue 161

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

Shades of Brilliant Rose #EB53A1

Tints of Brilliant Rose #EB53A1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.33%

 BLUE value IS 161 (63.28% from 255) = 33.61%

R = 49.06%
G = 17.33%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB53A1 (or 0xEB53A1) is known color: Brilliant Rose. HEX triplet: EB, 53 and A1. RGB value is (235,83,161). Sum of RGB (Red+Green+Blue) = 235+83+161=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB53A1 is #14AC5E. Grayscale: #898989. Windows color (decimal): -1354847 or 10572779. OLE color: 10572779.

HSL color Cylindrical-coordinate representation of color #EB53A1: hue angle of 329.21º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB53A1 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 83 161 -
CMYK 0 0.65 0.31 0.08
HSL 329.21º 0.79% 0.62% -
HSV(B) 329.21º 0.65% 0.92% -
XYZ 43.79 26.42 36.51 -
YUV 137.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 235 83 161 0 0.65 0.31 0.08 329.21 0.79 0.62
Hex EB 53 A1 0 41 1F 8 149 4F 3E
Octal 353 123 241 0 101 37 10 511 117 76
Binary 11101011 1010011 10100001 0 1000001 11111 1000 101001001 1001111 111110

Color Harmonies of #EB53A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB53A1

Black with #EB53A1

Text Example


Text Example

White with #EB53A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB53A1; }

 p { color: rgb(235,83,161); }

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

background-color css

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

 a { background-color: rgb(235,83,161); }

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

border-color css

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

 span { border-color: rgb(235,83,161); }

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