Html Css Color HEX #EB55A0 Brilliant Rose

📋 copy color: '#EB55A0'

red 235 ◦ green 85 ◦ blue 160

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

Shades of Brilliant Rose #EB55A0

Tints of Brilliant Rose #EB55A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 48.96%
G = 17.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB55A0 (or 0xEB55A0) is known color: Brilliant Rose. HEX triplet: EB, 55 and A0. RGB value is (235,85,160). Sum of RGB (Red+Green+Blue) = 235+85+160=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55A0 is #14AA5F. Grayscale: #8A8A8A. Windows color (decimal): -1354336 or 10507755. OLE color: 10507755.

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

Color convert

RGB 235 85 160 -
CMYK 0 0.64 0.32 0.08
HSL 330º 0.79% 0.63% -
HSV(B) 330º 0.64% 0.92% -
XYZ 43.85 26.7 36.1 -
YUV 138.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 235 85 160 0 0.64 0.32 0.08 330 0.79 0.63
Hex EB 55 A0 0 40 20 8 14A 4F 3F
Octal 353 125 240 0 100 40 10 512 117 77
Binary 11101011 1010101 10100000 0 1000000 100000 1000 101001010 1001111 111111

Color Harmonies of #EB55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55A0

Black with #EB55A0

Text Example


Text Example

White with #EB55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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