#EF41CD

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

Shades of Razzle Dazzle Rose #EF41CD

Tints of Razzle Dazzle Rose #EF41CD

Color information

#EF41CD (or 0xEF41CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 41 and CD. RGB value is (239,65,205). Sum of RGB (Red+Green+Blue) = 239+65+205=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF41CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF41CD is #10BE32. Grayscale: #848484. Windows color (decimal): -1097267 or 13451759. OLE color: 13451759.

HSL color Cylindrical-coordinate representation of color #EF41CD: hue angle of 311.72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF41CD is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB23965205-
CMYK00.730.140.06
HSL311.72º84.47%59.61%-
HSV(B)311.72º72.8%93.73%-
XYZ48.5126.5460.32-
YUV132.99168.65203.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 65 (25.78% from 255) = 12.77%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=46.95%
G=12.77%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396520500.730.140.06311.7284.4759.61
HexEF41CD049E6138543c
Octal357101315011116647012474
Binary111011111000001110011010100100111101101001110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF41CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF41CD; }

 p { color: rgb(239,65,205); }

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

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

 a { background-color: rgb(239,65,205); }

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

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

 span { border-color: rgb(239,65,205); }

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