Html Css Color HEX #EC35BA Razzle Dazzle Rose

📋 copy color: '#EC35BA'

red 236 ◦ green 53 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EC35BA

Tints of Razzle Dazzle Rose #EC35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.16%

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

R = 49.68%
G = 11.16%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC35BA (or 0xEC35BA) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and BA. RGB value is (236,53,186). Sum of RGB (Red+Green+Blue) = 236+53+186=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35BA is #13CA45. Grayscale: #7A7A7A. Windows color (decimal): -1296966 or 12203500. OLE color: 12203500.

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

Color convert

RGB 236 53 186 -
CMYK 0 0.78 0.21 0.07
HSL 316.39º 0.83% 0.57% -
HSV(B) 316.39º 0.78% 0.93% -
XYZ 44.73 23.92 48.71 -
YUV 122.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 236 53 186 0 0.78 0.21 0.07 316.39 0.83 0.57
Hex EC 35 BA 0 4E 15 7 13C 53 39
Octal 354 65 272 0 116 25 7 474 123 71
Binary 11101100 110101 10111010 0 1001110 10101 111 100111100 1010011 111001

Color Harmonies of #EC35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35BA

Black with #EC35BA

Text Example


Text Example

White with #EC35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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