Html Css Color HEX #EB55B1 Brilliant Rose

📋 copy color: '#EB55B1'

red 235 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #EB55B1

Tints of Brilliant Rose #EB55B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.61%

R = 47.28%
G = 17.1%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB55B1 (or 0xEB55B1) is known color: Brilliant Rose. HEX triplet: EB, 55 and B1. RGB value is (235,85,177). Sum of RGB (Red+Green+Blue) = 235+85+177=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55B1 is #14AA4E. Grayscale: #8C8C8C. Windows color (decimal): -1354319 or 11621867. OLE color: 11621867.

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

Color convert

RGB 235 85 177 -
CMYK 0 0.64 0.25 0.08
HSL 323.2º 0.79% 0.63% -
HSV(B) 323.2º 0.64% 0.92% -
XYZ 45.45 27.33 44.48 -
YUV 140.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 235 85 177 0 0.64 0.25 0.08 323.2 0.79 0.63
Hex EB 55 B1 0 40 19 8 143 4F 3F
Octal 353 125 261 0 100 31 10 503 117 77
Binary 11101011 1010101 10110001 0 1000000 11001 1000 101000011 1001111 111111

Color Harmonies of #EB55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55B1

Black with #EB55B1

Text Example


Text Example

White with #EB55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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