Html Css Color HEX #EC36BA Razzle Dazzle Rose

📋 copy color: '#EC36BA'

red 236 ◦ green 54 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EC36BA

Tints of Razzle Dazzle Rose #EC36BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 49.58%
G = 11.34%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC36BA (or 0xEC36BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 36 and BA. RGB value is (236,54,186). Sum of RGB (Red+Green+Blue) = 236+54+186=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC36BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC36BA is #13C945. Grayscale: #7B7B7B. Windows color (decimal): -1296710 or 12203756. OLE color: 12203756.

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

Color convert

RGB 236 54 186 -
CMYK 0 0.77 0.21 0.07
HSL 316.48º 0.83% 0.57% -
HSV(B) 316.48º 0.77% 0.93% -
XYZ 44.77 24.02 48.73 -
YUV 123.47 163.3 208.27 -
System Red Green Blue C M Y K H S L
Decimal 236 54 186 0 0.77 0.21 0.07 316.48 0.83 0.57
Hex EC 36 BA 0 4D 15 7 13C 53 39
Octal 354 66 272 0 115 25 7 474 123 71
Binary 11101100 110110 10111010 0 1001101 10101 111 100111100 1010011 111001

Color Harmonies of #EC36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC36BA

Black with #EC36BA

Text Example


Text Example

White with #EC36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC36BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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