Html Css Color HEX #E755A8 Brilliant Rose

📋 copy color: '#E755A8'

red 231 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #E755A8

Tints of Brilliant Rose #E755A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.71%

R = 47.73%
G = 17.56%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E755A8 (or 0xE755A8) is known color: Brilliant Rose. HEX triplet: E7, 55 and A8. RGB value is (231,85,168). Sum of RGB (Red+Green+Blue) = 231+85+168=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E755A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E755A8 is #18AA57. Grayscale: #898989. Windows color (decimal): -1616472 or 11032039. OLE color: 11032039.

HSL color Cylindrical-coordinate representation of color #E755A8: hue angle of 325.89º 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 #E755A8 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 85 168 -
CMYK 0 0.63 0.27 0.09
HSL 325.89º 0.75% 0.62% -
HSV(B) 325.89º 0.63% 0.91% -
XYZ 43.27 26.31 39.84 -
YUV 138.12 144.87 194.25 -
System Red Green Blue C M Y K H S L
Decimal 231 85 168 0 0.63 0.27 0.09 325.89 0.75 0.62
Hex E7 55 A8 0 3F 1B 9 146 4B 3E
Octal 347 125 250 0 77 33 11 506 113 76
Binary 11100111 1010101 10101000 0 111111 11011 1001 101000110 1001011 111110

Color Harmonies of #E755A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E755A8

Black with #E755A8

Text Example


Text Example

White with #E755A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E755A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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