Html Css Color HEX #EB55AB Brilliant Rose

📋 copy color: '#EB55AB'

red 235 ◦ green 85 ◦ blue 171

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

Shades of Brilliant Rose #EB55AB

Tints of Brilliant Rose #EB55AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 47.86%
G = 17.31%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB55AB (or 0xEB55AB) is known color: Brilliant Rose. HEX triplet: EB, 55 and AB. RGB value is (235,85,171). Sum of RGB (Red+Green+Blue) = 235+85+171=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB55AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB55AB is #14AA54. Grayscale: #8B8B8B. Windows color (decimal): -1354325 or 11228651. OLE color: 11228651.

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

Color convert

RGB 235 85 171 -
CMYK 0 0.64 0.27 0.08
HSL 325.6º 0.79% 0.63% -
HSV(B) 325.6º 0.64% 0.92% -
XYZ 44.86 27.1 41.39 -
YUV 139.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 235 85 171 0 0.64 0.27 0.08 325.6 0.79 0.63
Hex EB 55 AB 0 40 1B 8 146 4F 3F
Octal 353 125 253 0 100 33 10 506 117 77
Binary 11101011 1010101 10101011 0 1000000 11011 1000 101000110 1001111 111111

Color Harmonies of #EB55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB55AB

Black with #EB55AB

Text Example


Text Example

White with #EB55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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