#EC2FCB

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

Shades of Razzle Dazzle Rose #EC2FCB

Tints of Razzle Dazzle Rose #EC2FCB

Color information

#EC2FCB (or 0xEC2FCB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 2F and CB. RGB value is (236,47,203). Sum of RGB (Red+Green+Blue) = 236+47+203=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FCB is #13D034. Grayscale: #787878. Windows color (decimal): -1298485 or 13316076. OLE color: 13316076.

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

Color convert

RGB23647203-
CMYK00.800.140.07
HSL310.48º83.26%55.49%-
HSV(B)310.48º80.08%92.55%-
XYZ46.3924.1858.72-
YUV121.29174.12209.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.56%
GREEN value IS 47 (18.75% from 255) = 9.67%
BLUE value IS 203 (79.69% from 255) = 41.77%
R=48.56%
G=9.67%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364720300.800.140.07310.4883.2655.49
HexEC2FCB050E71365337
Octal35457313012016746612367
Binary11101100101111110010110101000011101111001101101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2FCB; }

 p { color: rgb(236,47,203); }

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

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

 a { background-color: rgb(236,47,203); }

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

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

 span { border-color: rgb(236,47,203); }

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