Html Css Color HEX #ED31DC Razzle Dazzle Rose

📋 copy color: '#ED31DC'

red 237 ◦ green 49 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED31DC

Tints of Razzle Dazzle Rose #ED31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.68%

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 46.84%
G = 9.68%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED31DC (or 0xED31DC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and DC. RGB value is (237,49,220). Sum of RGB (Red+Green+Blue) = 237+49+220=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 49 (19.53% from 255 or 9.68% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED31DC is #12CE23. Grayscale: #7C7C7C. Windows color (decimal): -1232420 or 14430701. OLE color: 14430701.

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

Color convert

RGB 237 49 220 -
CMYK 0 0.79 0.07 0.07
HSL 305.43º 0.84% 0.56% -
HSV(B) 305.43º 0.79% 0.93% -
XYZ 48.94 25.37 70.03 -
YUV 124.71 181.78 208.1 -
System Red Green Blue C M Y K H S L
Decimal 237 49 220 0 0.79 0.07 0.07 305.43 0.84 0.56
Hex ED 31 DC 0 4F 7 7 131 54 38
Octal 355 61 334 0 117 7 7 461 124 70
Binary 11101101 110001 11011100 0 1001111 111 111 100110001 1010100 111000

Color Harmonies of #ED31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31DC

Black with #ED31DC

Text Example


Text Example

White with #ED31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31DC; }

 p { color: rgb(237,49,220); }

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

background-color css

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

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

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

border-color css

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

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

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