#ED21CA

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

Shades of Razzle Dazzle Rose #ED21CA

Tints of Razzle Dazzle Rose #ED21CA

Color information

#ED21CA (or 0xED21CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 21 and CA. RGB value is (237,33,202). Sum of RGB (Red+Green+Blue) = 237+33+202=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED21CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED21CA is #12DE35. Grayscale: #707070. Windows color (decimal): -1236534 or 13246957. OLE color: 13246957.

HSL color Cylindrical-coordinate representation of color #ED21CA: hue angle of 310.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED21CA is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB23733202-
CMYK00.860.150.07
HSL310.29º85%52.94%-
HSV(B)310.29º86.08%92.94%-
XYZ46.1323.3657.95-
YUV113.26178.09216.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 33 (13.28% from 255) = 6.99%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=50.21%
G=6.99%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373320200.860.150.07310.298552.94
HexED21CA056F71365535
Octal35541312012617746612565
Binary11101101100001110010100101011011111111001101101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED21CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED21CA; }

 p { color: rgb(237,33,202); }

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

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

 a { background-color: rgb(237,33,202); }

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

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

 span { border-color: rgb(237,33,202); }

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