#EF45CC

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

Shades of Razzle Dazzle Rose #EF45CC

Tints of Razzle Dazzle Rose #EF45CC

Color information

#EF45CC (or 0xEF45CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 45 and CC. RGB value is (239,69,204). Sum of RGB (Red+Green+Blue) = 239+69+204=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 69 (27.34% from 255 or 13.48% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF45CC is #10BA33. Grayscale: #868686. Windows color (decimal): -1096244 or 13387247. OLE color: 13387247.

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

Color convert

RGB23969204-
CMYK00.710.150.06
HSL312.35º84.16%60.39%-
HSV(B)312.35º71.13%93.73%-
XYZ48.6226.9759.77-
YUV135.22166.82202.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 69 (27.34% from 255) = 13.48%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=46.68%
G=13.48%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396920400.710.150.06312.3584.1660.39
HexEF45CC047F6138543c
Octal357105314010717647012474
Binary111011111000101110011000100011111111101001110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF45CC; }

 p { color: rgb(239,69,204); }

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

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

 a { background-color: rgb(239,69,204); }

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

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

 span { border-color: rgb(239,69,204); }

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