Html Css Color HEX #ED2DD6 Razzle Dazzle Rose

📋 copy color: '#ED2DD6'

red 237 ◦ green 45 ◦ blue 214

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

Shades of Razzle Dazzle Rose #ED2DD6

Tints of Razzle Dazzle Rose #ED2DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.07%

 BLUE value IS 214 (83.98% from 255) = 43.15%

R = 47.78%
G = 9.07%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED2DD6 (or 0xED2DD6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and D6. RGB value is (237,45,214). Sum of RGB (Red+Green+Blue) = 237+45+214=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DD6 is #12D229. Grayscale: #797979. Windows color (decimal): -1233450 or 14036461. OLE color: 14036461.

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

Color convert

RGB 237 45 214 -
CMYK 0 0.81 0.10 0.07
HSL 307.19º 0.84% 0.55% -
HSV(B) 307.19º 0.81% 0.93% -
XYZ 48 24.74 65.86 -
YUV 121.67 180.11 210.26 -
System Red Green Blue C M Y K H S L
Decimal 237 45 214 0 0.81 0.10 0.07 307.19 0.84 0.55
Hex ED 2D D6 0 51 A 7 133 54 37
Octal 355 55 326 0 121 12 7 463 124 67
Binary 11101101 101101 11010110 0 1010001 1010 111 100110011 1010100 110111

Color Harmonies of #ED2DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DD6

Black with #ED2DD6

Text Example


Text Example

White with #ED2DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DD6; }

 p { color: rgb(237,45,214); }

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

background-color css

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

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

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

border-color css

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

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

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