#E955B4

Color #E955B4 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #E955B4

Tints of Brilliant Rose #E955B4

Color information

#E955B4 (or 0xE955B4) is unknown color: approx Brilliant Rose. HEX triplet: E9, 55 and B4. RGB value is (233,85,180). Sum of RGB (Red+Green+Blue) = 233+85+180=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E955B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955B4 is #16AA4B. Grayscale: #8B8B8B. Windows color (decimal): -1485388 or 11818473. OLE color: 11818473.

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

Color convert

RGB23385180-
CMYK00.640.230.09
HSL321.49º77.08%62.35%-
HSV(B)321.49º63.52%91.37%-
XYZ45.0927.1246.04-
YUV140.08150.53194.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 46.79%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 180 (70.70% from 255) = 36.14%
R=46.79%
G=17.07%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338518000.640.230.09321.4977.0862.35
HexE955B40401791414d3e
Octal3511252640100271150111576
Binary11101001101010110110100010000001011110011010000011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E955B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E955B4; }

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

 H1.HeaderClassName
 {
   color: #E955B4;
 }
 .AnyTagClassName
 {
   color: #E955B4;
 }
</style>
background-color css

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

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

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

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

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

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