#E94CB4

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

Shades of Brilliant Rose #E94CB4

Tints of Brilliant Rose #E94CB4

Color information

#E94CB4 (or 0xE94CB4) is unknown color: approx Brilliant Rose. HEX triplet: E9, 4C and B4. RGB value is (233,76,180). Sum of RGB (Red+Green+Blue) = 233+76+180=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94CB4 is #16B34B. Grayscale: #868686. Windows color (decimal): -1487692 or 11816169. OLE color: 11816169.

HSL color Cylindrical-coordinate representation of color #E94CB4: hue angle of 320.25º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB23376180-
CMYK00.670.230.09
HSL320.25º78.11%60.59%-
HSV(B)320.25º67.38%91.37%-
XYZ44.4325.7945.82-
YUV134.8153.51198.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.65%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=47.65%
G=15.54%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337618000.670.230.09320.2578.1160.59
HexE94CB40431791404e3d
Octal3511142640103271150011675
Binary11101001100110010110100010000111011110011010000001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94CB4; }

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

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

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

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

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

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

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

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