Html Css Color HEX #EC37DB Razzle Dazzle Rose

📋 copy color: '#EC37DB'

red 236 ◦ green 55 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EC37DB

Tints of Razzle Dazzle Rose #EC37DB

RGB

 RED value IS 236 (92.58% from 255) = 46.27%

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

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

R = 46.27%
G = 10.78%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC37DB (or 0xEC37DB) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and DB. RGB value is (236,55,219). Sum of RGB (Red+Green+Blue) = 236+55+219=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37DB is #13C824. Grayscale: #7F7F7F. Windows color (decimal): -1296421 or 14366700. OLE color: 14366700.

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

Color convert

RGB 236 55 219 -
CMYK 0 0.77 0.07 0.07
HSL 305.64º 0.83% 0.57% -
HSV(B) 305.64º 0.77% 0.93% -
XYZ 48.74 25.68 69.41 -
YUV 127.82 179.47 205.16 -
System Red Green Blue C M Y K H S L
Decimal 236 55 219 0 0.77 0.07 0.07 305.64 0.83 0.57
Hex EC 37 DB 0 4D 7 7 132 53 39
Octal 354 67 333 0 115 7 7 462 123 71
Binary 11101100 110111 11011011 0 1001101 111 111 100110010 1010011 111001

Color Harmonies of #EC37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC37DB

Black with #EC37DB

Text Example


Text Example

White with #EC37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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