Html Css Color HEX #ED29DD Razzle Dazzle Rose

📋 copy color: '#ED29DD'

red 237 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED29DD

Tints of Razzle Dazzle Rose #ED29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 47.49%
G = 8.22%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED29DD (or 0xED29DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 29 and DD. RGB value is (237,41,221). Sum of RGB (Red+Green+Blue) = 237+41+221=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED29DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED29DD is #12D622. Grayscale: #777777. Windows color (decimal): -1234467 or 14494189. OLE color: 14494189.

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

Color convert

RGB 237 41 221 -
CMYK 0 0.83 0.07 0.07
HSL 304.9º 0.84% 0.55% -
HSV(B) 304.9º 0.83% 0.93% -
XYZ 48.77 24.81 70.63 -
YUV 120.12 184.93 211.36 -
System Red Green Blue C M Y K H S L
Decimal 237 41 221 0 0.83 0.07 0.07 304.9 0.84 0.55
Hex ED 29 DD 0 53 7 7 131 54 37
Octal 355 51 335 0 123 7 7 461 124 67
Binary 11101101 101001 11011101 0 1010011 111 111 100110001 1010100 110111

Color Harmonies of #ED29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29DD

Black with #ED29DD

Text Example


Text Example

White with #ED29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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