#ED3AC6

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

Shades of Razzle Dazzle Rose #ED3AC6

Tints of Razzle Dazzle Rose #ED3AC6

Color information

#ED3AC6 (or 0xED3AC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 3A and C6. RGB value is (237,58,198). Sum of RGB (Red+Green+Blue) = 237+58+198=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3AC6 is #12C539. Grayscale: #7F7F7F. Windows color (decimal): -1230138 or 12991213. OLE color: 12991213.

HSL color Cylindrical-coordinate representation of color #ED3AC6: hue angle of 313.07º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3AC6 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB23758198-
CMYK00.760.160.07
HSL313.07º83.26%57.84%-
HSV(B)313.07º75.53%92.94%-
XYZ46.6325.1155.81-
YUV127.48167.8206.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 58 (23.05% from 255) = 11.76%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=48.07%
G=11.76%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375819800.760.160.07313.0783.2657.84
HexED3AC604C107139533a
Octal35572306011420747112372
Binary111011011110101100011001001100100001111001110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3AC6; }

 p { color: rgb(237,58,198); }

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

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

 a { background-color: rgb(237,58,198); }

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

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

 span { border-color: rgb(237,58,198); }

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