Html Css Color HEX #ED37DB Razzle Dazzle Rose

📋 copy color: '#ED37DB'

red 237 ◦ green 55 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED37DB

Tints of Razzle Dazzle Rose #ED37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.76%

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

R = 46.38%
G = 10.76%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED37DB (or 0xED37DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 37 and DB. RGB value is (237,55,219). Sum of RGB (Red+Green+Blue) = 237+55+219=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED37DB is #12C824. Grayscale: #7F7F7F. Windows color (decimal): -1230885 or 14366701. OLE color: 14366701.

HSL color Cylindrical-coordinate representation of color #ED37DB: hue angle of 305.93º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED37DB is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 219 -
CMYK 0 0.77 0.08 0.07
HSL 305.93º 0.83% 0.57% -
HSV(B) 305.93º 0.77% 0.93% -
XYZ 49.08 25.85 69.42 -
YUV 128.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 237 55 219 0 0.77 0.08 0.07 305.93 0.83 0.57
Hex ED 37 DB 0 4D 8 7 132 53 39
Octal 355 67 333 0 115 10 7 462 123 71
Binary 11101101 110111 11011011 0 1001101 1000 111 100110010 1010011 111001

Color Harmonies of #ED37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED37DB

Black with #ED37DB

Text Example


Text Example

White with #ED37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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