#ED2FC1

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

Shades of Razzle Dazzle Rose #ED2FC1

Tints of Razzle Dazzle Rose #ED2FC1

Color information

#ED2FC1 (or 0xED2FC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 2F and C1. RGB value is (237,47,193). Sum of RGB (Red+Green+Blue) = 237+47+193=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FC1 is #12D03E. Grayscale: #787878. Windows color (decimal): -1232959 or 12660717. OLE color: 12660717.

HSL color Cylindrical-coordinate representation of color #ED2FC1: hue angle of 313.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FC1 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB23747193-
CMYK00.800.190.07
HSL313.89º84.07%55.69%-
HSV(B)313.89º80.17%92.94%-
XYZ45.5723.8952.66-
YUV120.45168.95211.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 47 (18.75% from 255) = 9.85%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=49.69%
G=9.85%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374719300.800.190.07313.8984.0755.69
HexED2FC105013713a5438
Octal35557301012023747212470
Binary111011011011111100000101010000100111111001110101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2FC1; }

 p { color: rgb(237,47,193); }

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

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

 a { background-color: rgb(237,47,193); }

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

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

 span { border-color: rgb(237,47,193); }

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