#ED26DB

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

Shades of Razzle Dazzle Rose #ED26DB

Tints of Razzle Dazzle Rose #ED26DB

Color information

#ED26DB (or 0xED26DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 26 and DB. RGB value is (237,38,219). Sum of RGB (Red+Green+Blue) = 237+38+219=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 38 (15.23% from 255 or 7.69% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26DB is #12D924. Grayscale: #757575. Windows color (decimal): -1235237 or 14362349. OLE color: 14362349.

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

Color convert

RGB23738219-
CMYK00.840.080.07
HSL305.43º84.68%53.92%-
HSV(B)305.43º83.97%92.94%-
XYZ48.424.5169.2-
YUV118.14184.93212.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 38 (15.23% from 255) = 7.69%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=47.98%
G=7.69%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373821900.840.080.07305.4384.6853.92
HexED26DB054871315536
Octal35546333012410746112566
Binary11101101100110110110110101010010001111001100011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED26DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED26DB; }

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

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

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

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

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

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

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

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