Html Css Color HEX #ED26ED Razzle Dazzle Rose

📋 copy color: '#ED26ED'

red 237 ◦ green 38 ◦ blue 237

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

Shades of Razzle Dazzle Rose #ED26ED

Tints of Razzle Dazzle Rose #ED26ED

RGB

 RED value IS 237 (92.97% from 255) = 46.29%

 GREEN value IS 38 (15.23% from 255) = 7.42%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 46.29%
G = 7.42%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED26ED (or 0xED26ED) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and ED. RGB value is (237,38,237). Sum of RGB (Red+Green+Blue) = 237+38+237=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 38 (15.23% from 255 or 7.42% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED26ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED26ED is #12D912. Grayscale: #777777. Windows color (decimal): -1235219 or 15541997. OLE color: 15541997.

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

Color convert

RGB 237 38 237 -
CMYK 0 0.84 0 0.07
HSL 300º 0.85% 0.54% -
HSV(B) 300º 0.84% 0.93% -
XYZ 50.9 25.51 82.36 -
YUV 120.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 237 38 237 0 0.84 0 0.07 300 0.85 0.54
Hex ED 26 ED 0 54 0 7 12C 55 36
Octal 355 46 355 0 124 0 7 454 125 66
Binary 11101101 100110 11101101 0 1010100 0 111 100101100 1010101 110110

Color Harmonies of #ED26ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26ED

Black with #ED26ED

Text Example


Text Example

White with #ED26ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED26ED; }

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

 H1.HeaderClassName
 {
   color: #ED26ED;
 }
 .AnyTagClassName
 {
   color: #ED26ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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