Html Css Color HEX #EC35BD Razzle Dazzle Rose

📋 copy color: '#EC35BD'

red 236 ◦ green 53 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC35BD

Tints of Razzle Dazzle Rose #EC35BD

RGB

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

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

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

R = 49.37%
G = 11.09%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC35BD (or 0xEC35BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and BD. RGB value is (236,53,189). Sum of RGB (Red+Green+Blue) = 236+53+189=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35BD is #13CA42. Grayscale: #7A7A7A. Windows color (decimal): -1296963 or 12400108. OLE color: 12400108.

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

Color convert

RGB 236 53 189 -
CMYK 0 0.78 0.20 0.07
HSL 315.41º 0.83% 0.57% -
HSV(B) 315.41º 0.78% 0.93% -
XYZ 45.05 24.05 50.41 -
YUV 123.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 236 53 189 0 0.78 0.20 0.07 315.41 0.83 0.57
Hex EC 35 BD 0 4E 14 7 13B 53 39
Octal 354 65 275 0 116 24 7 473 123 71
Binary 11101100 110101 10111101 0 1001110 10100 111 100111011 1010011 111001

Color Harmonies of #EC35BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35BD

Black with #EC35BD

Text Example


Text Example

White with #EC35BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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