Html Css Color HEX #EB55A1 Brilliant Rose

📋 copy color: '#EB55A1'

red 235 ◦ green 85 ◦ blue 161

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

Shades of Brilliant Rose #EB55A1

Tints of Brilliant Rose #EB55A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 48.86%
G = 17.67%
B = 33.47%

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

#EB55A1 (or 0xEB55A1) is known color: Brilliant Rose. HEX triplet: EB, 55 and A1. RGB value is (235,85,161). Sum of RGB (Red+Green+Blue) = 235+85+161=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55A1 is #14AA5E. Grayscale: #8A8A8A. Windows color (decimal): -1354335 or 10573291. OLE color: 10573291.

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

Color convert

RGB 235 85 161 -
CMYK 0 0.64 0.31 0.08
HSL 329.6º 0.79% 0.63% -
HSV(B) 329.6º 0.64% 0.92% -
XYZ 43.94 26.73 36.56 -
YUV 138.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 235 85 161 0 0.64 0.31 0.08 329.6 0.79 0.63
Hex EB 55 A1 0 40 1F 8 14A 4F 3F
Octal 353 125 241 0 100 37 10 512 117 77
Binary 11101011 1010101 10100001 0 1000000 11111 1000 101001010 1001111 111111

Color Harmonies of #EB55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55A1

Black with #EB55A1

Text Example


Text Example

White with #EB55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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