#EC34F0

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

Shades of Razzle Dazzle Rose #EC34F0

Tints of Razzle Dazzle Rose #EC34F0

Color information

#EC34F0 (or 0xEC34F0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 34 and F0. RGB value is (236,52,240). Sum of RGB (Red+Green+Blue) = 236+52+240=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 52 (20.70% from 255 or 9.85% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC34F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC34F0 is #13CB0F. Grayscale: #7F7F7F. Windows color (decimal): -1297168 or 15742188. OLE color: 15742188.

HSL color Cylindrical-coordinate representation of color #EC34F0: hue angle of 298.72º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC34F0 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23652240-
CMYK0.020.7800.06
HSL298.72º86.24%57.25%-
HSV(B)298.72º78.33%94.12%-
XYZ51.5526.5884.85-
YUV128.45190.96204.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 52 (20.70% from 255) = 9.85%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=44.70%
G=9.85%
B=45.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal236522400.020.7800.06298.7286.2457.25
HexEC34F024E0612b5639
Octal3546436021160645312671
Binary111011001101001111000010100111001101001010111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC34F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC34F0; }

 p { color: rgb(236,52,240); }

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

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

 a { background-color: rgb(236,52,240); }

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

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

 span { border-color: rgb(236,52,240); }

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