Html Css Color HEX #ED29ED Razzle Dazzle Rose

📋 copy color: '#ED29ED'

red 237 ◦ green 41 ◦ blue 237

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

Shades of Razzle Dazzle Rose #ED29ED

Tints of Razzle Dazzle Rose #ED29ED

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.96%

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

R = 46.02%
G = 7.96%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED29ED (or 0xED29ED) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and ED. RGB value is (237,41,237). Sum of RGB (Red+Green+Blue) = 237+41+237=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED29ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29ED is #12D612. Grayscale: #797979. Windows color (decimal): -1234451 or 15542765. OLE color: 15542765.

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

Color convert

RGB 237 41 237 -
CMYK 0 0.83 0 0.07
HSL 300º 0.84% 0.55% -
HSV(B) 300º 0.83% 0.93% -
XYZ 51 25.7 82.39 -
YUV 121.95 192.93 210.06 -
System Red Green Blue C M Y K H S L
Decimal 237 41 237 0 0.83 0 0.07 300 0.84 0.55
Hex ED 29 ED 0 53 0 7 12C 54 37
Octal 355 51 355 0 123 0 7 454 124 67
Binary 11101101 101001 11101101 0 1010011 0 111 100101100 1010100 110111

Color Harmonies of #ED29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29ED

Black with #ED29ED

Text Example


Text Example

White with #ED29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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