Html Css Color HEX #ED31DB Razzle Dazzle Rose

📋 copy color: '#ED31DB'

red 237 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED31DB

Tints of Razzle Dazzle Rose #ED31DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 46.93%
G = 9.7%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED31DB (or 0xED31DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 31 and DB. RGB value is (237,49,219). Sum of RGB (Red+Green+Blue) = 237+49+219=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED31DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED31DB is #12CE24. Grayscale: #7C7C7C. Windows color (decimal): -1232421 or 14365165. OLE color: 14365165.

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

Color convert

RGB 237 49 219 -
CMYK 0 0.79 0.08 0.07
HSL 305.74º 0.84% 0.56% -
HSV(B) 305.74º 0.79% 0.93% -
XYZ 48.81 25.32 69.33 -
YUV 124.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 237 49 219 0 0.79 0.08 0.07 305.74 0.84 0.56
Hex ED 31 DB 0 4F 8 7 132 54 38
Octal 355 61 333 0 117 10 7 462 124 70
Binary 11101101 110001 11011011 0 1001111 1000 111 100110010 1010100 111000

Color Harmonies of #ED31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31DB

Black with #ED31DB

Text Example


Text Example

White with #ED31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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