Html Css Color HEX #ED31DD Razzle Dazzle Rose

📋 copy color: '#ED31DD'

red 237 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED31DD

Tints of Razzle Dazzle Rose #ED31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 46.75%
G = 9.66%
B = 43.59%

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

#ED31DD (or 0xED31DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and DD. RGB value is (237,49,221). Sum of RGB (Red+Green+Blue) = 237+49+221=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 49 (19.53% from 255 or 9.66% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED31DD is #12CE22. Grayscale: #7C7C7C. Windows color (decimal): -1232419 or 14496237. OLE color: 14496237.

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

Color convert

RGB 237 49 221 -
CMYK 0 0.79 0.07 0.07
HSL 305.11º 0.84% 0.56% -
HSV(B) 305.11º 0.79% 0.93% -
XYZ 49.07 25.42 70.73 -
YUV 124.82 182.28 208.01 -
System Red Green Blue C M Y K H S L
Decimal 237 49 221 0 0.79 0.07 0.07 305.11 0.84 0.56
Hex ED 31 DD 0 4F 7 7 131 54 38
Octal 355 61 335 0 117 7 7 461 124 70
Binary 11101101 110001 11011101 0 1001111 111 111 100110001 1010100 111000

Color Harmonies of #ED31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31DD

Black with #ED31DD

Text Example


Text Example

White with #ED31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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