#EF3FC1

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

Shades of Razzle Dazzle Rose #EF3FC1

Tints of Razzle Dazzle Rose #EF3FC1

Color information

#EF3FC1 (or 0xEF3FC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 3F and C1. RGB value is (239,63,193). Sum of RGB (Red+Green+Blue) = 239+63+193=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FC1 is #10C03E. Grayscale: #828282. Windows color (decimal): -1097791 or 12664815. OLE color: 12664815.

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

Color convert

RGB23963193-
CMYK00.740.190.06
HSL315.68º84.62%59.22%-
HSV(B)315.68º73.64%93.73%-
XYZ4725.7652.95-
YUV130.44163.31205.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=48.28%
G=12.73%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396319300.740.190.06315.6884.6259.22
HexEF3FC104A13613c553b
Octal35777301011223647412573
Binary111011111111111100000101001010100111101001111001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3FC1; }

 p { color: rgb(239,63,193); }

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

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

 a { background-color: rgb(239,63,193); }

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

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

 span { border-color: rgb(239,63,193); }

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