#EE41BC

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

Shades of Razzle Dazzle Rose #EE41BC

Tints of Razzle Dazzle Rose #EE41BC

Color information

#EE41BC (or 0xEE41BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 41 and BC. RGB value is (238,65,188). Sum of RGB (Red+Green+Blue) = 238+65+188=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE41BC is #11BE43. Grayscale: #828282. Windows color (decimal): -1162820 or 12337646. OLE color: 12337646.

HSL color Cylindrical-coordinate representation of color #EE41BC: hue angle of 317.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE41BC is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB23865188-
CMYK00.730.210.07
HSL317.34º83.57%59.41%-
HSV(B)317.34º72.69%93.33%-
XYZ46.2325.5950.08-
YUV130.75160.31204.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=48.47%
G=13.24%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386518800.730.210.07317.3483.5759.41
HexEE41BC04915713d543b
Octal356101274011125747512473
Binary1110111010000011011110001001001101011111001111011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE41BC; }

 p { color: rgb(238,65,188); }

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

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

 a { background-color: rgb(238,65,188); }

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

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

 span { border-color: rgb(238,65,188); }

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