Html Css Color HEX #E755AD Brilliant Rose

📋 copy color: '#E755AD'

red 231 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #E755AD

Tints of Brilliant Rose #E755AD

RGB

 RED value IS 231 (90.63% from 255) = 47.24%

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 47.24%
G = 17.38%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E755AD (or 0xE755AD) is known color: Brilliant Rose. HEX triplet: E7, 55 and AD. RGB value is (231,85,173). Sum of RGB (Red+Green+Blue) = 231+85+173=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E755AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E755AD is #18AA52. Grayscale: #8A8A8A. Windows color (decimal): -1616467 or 11359719. OLE color: 11359719.

HSL color Cylindrical-coordinate representation of color #E755AD: hue angle of 323.84º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755AD is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 173 -
CMYK 0 0.63 0.25 0.09
HSL 323.84º 0.75% 0.62% -
HSV(B) 323.84º 0.63% 0.91% -
XYZ 43.75 26.5 42.35 -
YUV 138.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 231 85 173 0 0.63 0.25 0.09 323.84 0.75 0.62
Hex E7 55 AD 0 3F 19 9 144 4B 3E
Octal 347 125 255 0 77 31 11 504 113 76
Binary 11100111 1010101 10101101 0 111111 11001 1001 101000100 1001011 111110

Color Harmonies of #E755AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755AD

Black with #E755AD

Text Example


Text Example

White with #E755AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755AD; }

 p { color: rgb(231,85,173); }

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

background-color css

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

 a { background-color: rgb(231,85,173); }

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

border-color css

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

 span { border-color: rgb(231,85,173); }

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