#EC30E6

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

Shades of Razzle Dazzle Rose #EC30E6

Tints of Razzle Dazzle Rose #EC30E6

Color information

#EC30E6 (or 0xEC30E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 30 and E6. RGB value is (236,48,230). Sum of RGB (Red+Green+Blue) = 236+48+230=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC30E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC30E6 is #13CF19. Grayscale: #7C7C7C. Windows color (decimal): -1298202 or 15085804. OLE color: 15085804.

HSL color Cylindrical-coordinate representation of color #EC30E6: hue angle of 301.91º degrees, saturation: 0.83, 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 #EC30E6 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23648230-
CMYK00.800.030.07
HSL301.91º83.19%55.69%-
HSV(B)301.91º79.66%92.55%-
XYZ49.9325.6677.18-
YUV124.96187.28207.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 48 (19.14% from 255) = 9.34%
BLUE value IS 230 (90.23% from 255) = 44.75%
R=45.91%
G=9.34%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364823000.800.030.07301.9183.1955.69
HexEC30E60503712e5338
Octal3546034601203745612370
Binary111011001100001110011001010000111111001011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC30E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC30E6; }

 p { color: rgb(236,48,230); }

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

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

 a { background-color: rgb(236,48,230); }

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

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

 span { border-color: rgb(236,48,230); }

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