Html Css Color HEX #EC36BD Razzle Dazzle Rose

📋 copy color: '#EC36BD'

red 236 ◦ green 54 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC36BD

Tints of Razzle Dazzle Rose #EC36BD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.27%

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

R = 49.27%
G = 11.27%
B = 39.46%

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

#EC36BD (or 0xEC36BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and BD. RGB value is (236,54,189). Sum of RGB (Red+Green+Blue) = 236+54+189=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36BD is #13C942. Grayscale: #7B7B7B. Windows color (decimal): -1296707 or 12400364. OLE color: 12400364.

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

Color convert

RGB 236 54 189 -
CMYK 0 0.77 0.20 0.07
HSL 315.49º 0.83% 0.57% -
HSV(B) 315.49º 0.77% 0.93% -
XYZ 45.1 24.15 50.43 -
YUV 123.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 236 54 189 0 0.77 0.20 0.07 315.49 0.83 0.57
Hex EC 36 BD 0 4D 14 7 13B 53 39
Octal 354 66 275 0 115 24 7 473 123 71
Binary 11101100 110110 10111101 0 1001101 10100 111 100111011 1010011 111001

Color Harmonies of #EC36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC36BD

Black with #EC36BD

Text Example


Text Example

White with #EC36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC36BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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