Html Css Color HEX #EB59A1 Brilliant Rose

📋 copy color: '#EB59A1'

red 235 ◦ green 89 ◦ blue 161

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

Shades of Brilliant Rose #EB59A1

Tints of Brilliant Rose #EB59A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

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

R = 48.45%
G = 18.35%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB59A1 (or 0xEB59A1) is known color: Brilliant Rose. HEX triplet: EB, 59 and A1. RGB value is (235,89,161). Sum of RGB (Red+Green+Blue) = 235+89+161=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB59A1 is #14A65E. Grayscale: #8C8C8C. Windows color (decimal): -1353311 or 10574315. OLE color: 10574315.

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

Color convert

RGB 235 89 161 -
CMYK 0 0.62 0.31 0.08
HSL 330.41º 0.78% 0.64% -
HSV(B) 330.41º 0.62% 0.92% -
XYZ 44.27 27.38 36.67 -
YUV 140.86 139.37 195.15 -
System Red Green Blue C M Y K H S L
Decimal 235 89 161 0 0.62 0.31 0.08 330.41 0.78 0.64
Hex EB 59 A1 0 3E 1F 8 14A 4E 40
Octal 353 131 241 0 76 37 10 512 116 100
Binary 11101011 1011001 10100001 0 111110 11111 1000 101001010 1001110 1000000

Color Harmonies of #EB59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB59A1

Black with #EB59A1

Text Example


Text Example

White with #EB59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB59A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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