Html Css Color HEX #ED2FD9 Razzle Dazzle Rose

📋 copy color: '#ED2FD9'

red 237 ◦ green 47 ◦ blue 217

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

Shades of Razzle Dazzle Rose #ED2FD9

Tints of Razzle Dazzle Rose #ED2FD9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.38%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 47.31%
G = 9.38%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED2FD9 (or 0xED2FD9) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and D9. RGB value is (237,47,217). Sum of RGB (Red+Green+Blue) = 237+47+217=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FD9 is #12D026. Grayscale: #7A7A7A. Windows color (decimal): -1232935 or 14233581. OLE color: 14233581.

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

Color convert

RGB 237 47 217 -
CMYK 0 0.80 0.08 0.07
HSL 306.32º 0.84% 0.56% -
HSV(B) 306.32º 0.8% 0.93% -
XYZ 48.47 25.05 67.93 -
YUV 123.19 180.95 209.18 -
System Red Green Blue C M Y K H S L
Decimal 237 47 217 0 0.80 0.08 0.07 306.32 0.84 0.56
Hex ED 2F D9 0 50 8 7 132 54 38
Octal 355 57 331 0 120 10 7 462 124 70
Binary 11101101 101111 11011001 0 1010000 1000 111 100110010 1010100 111000

Color Harmonies of #ED2FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FD9

Black with #ED2FD9

Text Example


Text Example

White with #ED2FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FD9; }

 p { color: rgb(237,47,217); }

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

background-color css

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

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

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

border-color css

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

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

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