#ED3AC7

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

Shades of Razzle Dazzle Rose #ED3AC7

Tints of Razzle Dazzle Rose #ED3AC7

Color information

#ED3AC7 (or 0xED3AC7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 3A and C7. RGB value is (237,58,199). Sum of RGB (Red+Green+Blue) = 237+58+199=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3AC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3AC7 is #12C538. Grayscale: #7F7F7F. Windows color (decimal): -1230137 or 13056749. OLE color: 13056749.

HSL color Cylindrical-coordinate representation of color #ED3AC7: hue angle of 312.74º 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 #ED3AC7 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB23758199-
CMYK00.760.160.07
HSL312.74º83.26%57.84%-
HSV(B)312.74º75.53%92.94%-
XYZ46.7525.1556.42-
YUV127.6168.3206.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 58 (23.05% from 255) = 11.74%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=47.98%
G=11.74%
B=40.28%

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
Decimal2375819900.760.160.07312.7483.2657.84
HexED3AC704C107139533a
Octal35572307011420747112372
Binary111011011110101100011101001100100001111001110011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3AC7; }

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

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

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

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

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

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

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

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