#e04cb3

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

Shades of Brilliant Rose #E04CB3

Tints of Brilliant Rose #E04CB3

Color information

#E04CB3 (or 0xE04CB3) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4C and B3. RGB value is (224,76,179). Sum of RGB (Red+Green+Blue) = 224+76+179=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CB3 is #1FB34C. Grayscale: #838383. Windows color (decimal): -2077517 or 11750624. OLE color: 11750624.

HSL color Cylindrical-coordinate representation of color #E04CB3: hue angle of 318.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CB3 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22476179-
CMYK00.660.200.12
HSL318.24º70.48%58.82%-
HSV(B)318.24º66.07%87.84%-
XYZ41.4624.2745.15-
YUV131.99154.53193.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 179 (70.31% from 255) = 37.37%
R=46.76%
G=15.87%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247617900.660.200.12318.2470.4858.82
HexE04CB304214C13e463b
Octal3401142630102241447610673
Binary11100000100110010110011010000101010011001001111101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04cb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04cb3; }

 p { color: rgb(224,76,179); }

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

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

 a { background-color: rgb(224,76,179); }

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

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

 span { border-color: rgb(224,76,179); }

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