Html Css Color HEX #ED31D2 Razzle Dazzle Rose

📋 copy color: '#ED31D2'

red 237 ◦ green 49 ◦ blue 210

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

Shades of Razzle Dazzle Rose #ED31D2

Tints of Razzle Dazzle Rose #ED31D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 47.78%
G = 9.88%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED31D2 (or 0xED31D2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and D2. RGB value is (237,49,210). Sum of RGB (Red+Green+Blue) = 237+49+210=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED31D2 is #12CE2D. Grayscale: #7B7B7B. Windows color (decimal): -1232430 or 13775341. OLE color: 13775341.

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

Color convert

RGB 237 49 210 -
CMYK 0 0.79 0.11 0.07
HSL 308.62º 0.84% 0.56% -
HSV(B) 308.62º 0.79% 0.93% -
XYZ 47.66 24.85 63.26 -
YUV 123.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 237 49 210 0 0.79 0.11 0.07 308.62 0.84 0.56
Hex ED 31 D2 0 4F B 7 135 54 38
Octal 355 61 322 0 117 13 7 465 124 70
Binary 11101101 110001 11010010 0 1001111 1011 111 100110101 1010100 111000

Color Harmonies of #ED31D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31D2

Black with #ED31D2

Text Example


Text Example

White with #ED31D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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