Html Css Color HEX #EC37BD Razzle Dazzle Rose

📋 copy color: '#EC37BD'

red 236 ◦ green 55 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC37BD

Tints of Razzle Dazzle Rose #EC37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.38%

R = 49.17%
G = 11.46%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC37BD (or 0xEC37BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 37 and BD. RGB value is (236,55,189). Sum of RGB (Red+Green+Blue) = 236+55+189=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC37BD is #13C842. Grayscale: #7C7C7C. Windows color (decimal): -1296451 or 12400620. OLE color: 12400620.

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

Color convert

RGB 236 55 189 -
CMYK 0 0.77 0.20 0.07
HSL 315.58º 0.83% 0.57% -
HSV(B) 315.58º 0.77% 0.93% -
XYZ 45.14 24.24 50.44 -
YUV 124.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 236 55 189 0 0.77 0.20 0.07 315.58 0.83 0.57
Hex EC 37 BD 0 4D 14 7 13C 53 39
Octal 354 67 275 0 115 24 7 474 123 71
Binary 11101100 110111 10111101 0 1001101 10100 111 100111100 1010011 111001

Color Harmonies of #EC37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC37BD

Black with #EC37BD

Text Example


Text Example

White with #EC37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC37BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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