Html Css Color HEX #E955AD Brilliant Rose

📋 copy color: '#E955AD'

red 233 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #E955AD

Tints of Brilliant Rose #E955AD

RGB

 RED value IS 233 (91.41% from 255) = 47.45%

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

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

R = 47.45%
G = 17.31%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E955AD (or 0xE955AD) is known color: Brilliant Rose. HEX triplet: E9, 55 and AD. RGB value is (233,85,173). Sum of RGB (Red+Green+Blue) = 233+85+173=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E955AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955AD is #16AA52. Grayscale: #8B8B8B. Windows color (decimal): -1485395 or 11359721. OLE color: 11359721.

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

Color convert

RGB 233 85 173 -
CMYK 0 0.64 0.26 0.09
HSL 324.32º 0.77% 0.62% -
HSV(B) 324.32º 0.64% 0.91% -
XYZ 44.4 26.84 42.38 -
YUV 139.28 147.03 194.84 -
System Red Green Blue C M Y K H S L
Decimal 233 85 173 0 0.64 0.26 0.09 324.32 0.77 0.62
Hex E9 55 AD 0 40 1A 9 144 4D 3E
Octal 351 125 255 0 100 32 11 504 115 76
Binary 11101001 1010101 10101101 0 1000000 11010 1001 101000100 1001101 111110

Color Harmonies of #E955AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955AD

Black with #E955AD

Text Example


Text Example

White with #E955AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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