#EE4DB0

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

Shades of Brilliant Rose #EE4DB0

Tints of Brilliant Rose #EE4DB0

Color information

#EE4DB0 (or 0xEE4DB0) is unknown color: approx Brilliant Rose. HEX triplet: EE, 4D and B0. RGB value is (238,77,176). Sum of RGB (Red+Green+Blue) = 238+77+176=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4DB0 is #11B24F. Grayscale: #888888. Windows color (decimal): -1159760 or 11554286. OLE color: 11554286.

HSL color Cylindrical-coordinate representation of color #EE4DB0: hue angle of 323.11º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4DB0 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB23877176-
CMYK00.680.260.07
HSL323.11º82.56%61.76%-
HSV(B)323.11º67.65%93.33%-
XYZ45.7526.6243.8-
YUV136.42150.34200.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=48.47%
G=15.68%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387717600.680.260.07323.1182.5661.76
HexEE4DB00441A7143533e
Octal356115260010432750312376
Binary1110111010011011011000001000100110101111010000111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4DB0; }

 p { color: rgb(238,77,176); }

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

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

 a { background-color: rgb(238,77,176); }

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

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

 span { border-color: rgb(238,77,176); }

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