#E04BB1

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

Shades of Brilliant Rose #E04BB1

Tints of Brilliant Rose #E04BB1

Color information

#E04BB1 (or 0xE04BB1) is unknown color: approx Brilliant Rose. HEX triplet: E0, 4B and B1. RGB value is (224,75,177). Sum of RGB (Red+Green+Blue) = 224+75+177=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04BB1 is #1FB44E. Grayscale: #828282. Windows color (decimal): -2077775 or 11619296. OLE color: 11619296.

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

Color convert

RGB22475177-
CMYK00.670.210.12
HSL318.93º70.62%58.63%-
HSV(B)318.93º66.52%87.84%-
XYZ41.1924.0544.07-
YUV131.18153.86194.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.06%
GREEN value IS 75 (29.69% from 255) = 15.76%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=47.06%
G=15.76%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247517700.670.210.12318.9370.6258.63
HexE04BB104315C13f473b
Octal3401132610103251447710773
Binary11100000100101110110001010000111010111001001111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BB1; }

 p { color: rgb(224,75,177); }

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

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

 a { background-color: rgb(224,75,177); }

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

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

 span { border-color: rgb(224,75,177); }

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