#ED26DD

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

Shades of Razzle Dazzle Rose #ED26DD

Tints of Razzle Dazzle Rose #ED26DD

Color information

#ED26DD (or 0xED26DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 26 and DD. RGB value is (237,38,221). Sum of RGB (Red+Green+Blue) = 237+38+221=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26DD is #12D922. Grayscale: #757575. Windows color (decimal): -1235235 or 14493421. OLE color: 14493421.

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

Color convert

RGB23738221-
CMYK00.840.070.07
HSL304.82º84.68%53.92%-
HSV(B)304.82º83.97%92.94%-
XYZ48.6724.6170.59-
YUV118.36185.93212.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 38 (15.23% from 255) = 7.66%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=47.78%
G=7.66%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373822100.840.070.07304.8284.6853.92
HexED26DD054771315536
Octal3554633501247746112566
Binary1110110110011011011101010101001111111001100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED26DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED26DD; }

 p { color: rgb(237,38,221); }

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

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

 a { background-color: rgb(237,38,221); }

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

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

 span { border-color: rgb(237,38,221); }

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