#EF3DD5

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

Shades of Razzle Dazzle Rose #EF3DD5

Tints of Razzle Dazzle Rose #EF3DD5

Color information

#EF3DD5 (or 0xEF3DD5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and D5. RGB value is (239,61,213). Sum of RGB (Red+Green+Blue) = 239+61+213=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DD5 is #10C22A. Grayscale: #838383. Windows color (decimal): -1098283 or 13975023. OLE color: 13975023.

HSL color Cylindrical-coordinate representation of color #EF3DD5: hue angle of 308.76º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DD5 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23961213-
CMYK00.740.110.06
HSL308.76º84.76%58.82%-
HSV(B)308.76º74.48%93.73%-
XYZ49.2826.4965.47-
YUV131.55173.97204.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 61 (24.22% from 255) = 11.89%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=46.59%
G=11.89%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396121300.740.110.06308.7684.7658.82
HexEF3DD504AB6135553b
Octal35775325011213646512573
Binary11101111111101110101010100101010111101001101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3DD5; }

 p { color: rgb(239,61,213); }

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

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

 a { background-color: rgb(239,61,213); }

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

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

 span { border-color: rgb(239,61,213); }

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