#ED43D2

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

Shades of Razzle Dazzle Rose #ED43D2

Tints of Razzle Dazzle Rose #ED43D2

Color information

#ED43D2 (or 0xED43D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 43 and D2. RGB value is (237,67,210). Sum of RGB (Red+Green+Blue) = 237+67+210=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED43D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED43D2 is #12BC2D. Grayscale: #858585. Windows color (decimal): -1227822 or 13779949. OLE color: 13779949.

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

Color convert

RGB23767210-
CMYK00.720.110.07
HSL309.53º82.52%59.61%-
HSV(B)309.53º71.73%92.94%-
XYZ48.5726.6763.56-
YUV134.13170.82201.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 67 (26.56% from 255) = 13.04%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=46.11%
G=13.04%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376721000.720.110.07309.5382.5259.61
HexED43D2048B7136533c
Octal355103322011013746612374
Binary111011011000011110100100100100010111111001101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED43D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED43D2; }

 p { color: rgb(237,67,210); }

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

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

 a { background-color: rgb(237,67,210); }

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

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

 span { border-color: rgb(237,67,210); }

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