Html Css Color HEX #ED2DD1 Razzle Dazzle Rose

📋 copy color: '#ED2DD1'

red 237 ◦ green 45 ◦ blue 209

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

Shades of Razzle Dazzle Rose #ED2DD1

Tints of Razzle Dazzle Rose #ED2DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.57%

R = 48.27%
G = 9.16%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED2DD1 (or 0xED2DD1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and D1. RGB value is (237,45,209). Sum of RGB (Red+Green+Blue) = 237+45+209=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DD1 is #12D22E. Grayscale: #787878. Windows color (decimal): -1233455 or 13708781. OLE color: 13708781.

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

Color convert

RGB 237 45 209 -
CMYK 0 0.81 0.12 0.07
HSL 308.75º 0.84% 0.55% -
HSV(B) 308.75º 0.81% 0.93% -
XYZ 47.37 24.48 62.55 -
YUV 121.1 177.61 210.66 -
System Red Green Blue C M Y K H S L
Decimal 237 45 209 0 0.81 0.12 0.07 308.75 0.84 0.55
Hex ED 2D D1 0 51 C 7 135 54 37
Octal 355 55 321 0 121 14 7 465 124 67
Binary 11101101 101101 11010001 0 1010001 1100 111 100110101 1010100 110111

Color Harmonies of #ED2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DD1

Black with #ED2DD1

Text Example


Text Example

White with #ED2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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