Html Css Color HEX #EB55A3 Brilliant Rose

📋 copy color: '#EB55A3'

red 235 ◦ green 85 ◦ blue 163

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

Shades of Brilliant Rose #EB55A3

Tints of Brilliant Rose #EB55A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 48.65%
G = 17.6%
B = 33.75%

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

#EB55A3 (or 0xEB55A3) is known color: Brilliant Rose. HEX triplet: EB, 55 and A3. RGB value is (235,85,163). Sum of RGB (Red+Green+Blue) = 235+85+163=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55A3 is #14AA5C. Grayscale: #8A8A8A. Windows color (decimal): -1354333 or 10704363. OLE color: 10704363.

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

Color convert

RGB 235 85 163 -
CMYK 0 0.64 0.31 0.08
HSL 328.8º 0.79% 0.63% -
HSV(B) 328.8º 0.64% 0.92% -
XYZ 44.12 26.8 37.5 -
YUV 138.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 235 85 163 0 0.64 0.31 0.08 328.8 0.79 0.63
Hex EB 55 A3 0 40 1F 8 149 4F 3F
Octal 353 125 243 0 100 37 10 511 117 77
Binary 11101011 1010101 10100011 0 1000000 11111 1000 101001001 1001111 111111

Color Harmonies of #EB55A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55A3

Black with #EB55A3

Text Example


Text Example

White with #EB55A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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