#ED35D2

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

Shades of Razzle Dazzle Rose #ED35D2

Tints of Razzle Dazzle Rose #ED35D2

Color information

#ED35D2 (or 0xED35D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 35 and D2. RGB value is (237,53,210). Sum of RGB (Red+Green+Blue) = 237+53+210=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 210 (82.42% from 255 or 42% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED35D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED35D2 is #12CA2D. Grayscale: #7D7D7D. Windows color (decimal): -1231406 or 13776365. OLE color: 13776365.

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

Color convert

RGB23753210-
CMYK00.780.110.07
HSL308.8º83.64%56.86%-
HSV(B)308.8º77.64%92.94%-
XYZ47.8325.263.32-
YUV125.91175.46207.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 210 (82.42% from 255) = 42%
R=47.4%
G=10.6%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375321000.780.110.07308.883.6456.86
HexED35D204EB71355439
Octal35565322011613746512471
Binary11101101110101110100100100111010111111001101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED35D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED35D2; }

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

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

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

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

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

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

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

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