#EF3DC4

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

Shades of Razzle Dazzle Rose #EF3DC4

Tints of Razzle Dazzle Rose #EF3DC4

Color information

#EF3DC4 (or 0xEF3DC4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3D and C4. RGB value is (239,61,196). Sum of RGB (Red+Green+Blue) = 239+61+196=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3DC4 is #10C23B. Grayscale: #818181. Windows color (decimal): -1098300 or 12860911. OLE color: 12860911.

HSL color Cylindrical-coordinate representation of color #EF3DC4: hue angle of 314.49º 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 #EF3DC4 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB23961196-
CMYK00.740.180.06
HSL314.49º84.76%58.82%-
HSV(B)314.49º74.48%93.73%-
XYZ47.2325.6754.69-
YUV129.61165.47206.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 61 (24.22% from 255) = 12.30%
BLUE value IS 196 (76.95% from 255) = 39.52%
R=48.19%
G=12.30%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396119600.740.180.06314.4984.7658.82
HexEF3DC404A12613a553b
Octal35775304011222647212573
Binary111011111111011100010001001010100101101001110101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3DC4; }

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

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

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

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

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

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

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

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