Html Css Color HEX #ED26DD Razzle Dazzle Rose

📋 copy color: '#ED26DD'

red 237 ◦ green 38 ◦ blue 221

#ED26DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #ED26DD

Tints of Razzle Dazzle Rose #ED26DD

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 value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED26DD (or 0xED26DD) is known color: 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

RGB 237 38 221 -
CMYK 0 0.84 0.07 0.07
HSL 304.82º 0.85% 0.54% -
HSV(B) 304.82º 0.84% 0.93% -
XYZ 48.67 24.61 70.59 -
YUV 118.36 185.93 212.62 -
System Red Green Blue C M Y K H S L
Decimal 237 38 221 0 0.84 0.07 0.07 304.82 0.85 0.54
Hex ED 26 DD 0 54 7 7 131 55 36
Octal 355 46 335 0 124 7 7 461 125 66
Binary 11101101 100110 11011101 0 1010100 111 111 100110001 1010101 110110

Color Harmonies of #ED26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26DD

Black with #ED26DD

Text Example


Text Example

White with #ED26DD

Text Example


Text Example

HTML Codes & Css Web 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>