Html Css Color HEX #EC35B7 Razzle Dazzle Rose

📋 copy color: '#EC35B7'

red 236 ◦ green 53 ◦ blue 183

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

Shades of Razzle Dazzle Rose #EC35B7

Tints of Razzle Dazzle Rose #EC35B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 50%
G = 11.23%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC35B7 (or 0xEC35B7) is known color: Razzle Dazzle Rose. HEX triplet: EC, 35 and B7. RGB value is (236,53,183). Sum of RGB (Red+Green+Blue) = 236+53+183=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC35B7 is #13CA48. Grayscale: #7A7A7A. Windows color (decimal): -1296969 or 12006892. OLE color: 12006892.

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

Color convert

RGB 236 53 183 -
CMYK 0 0.78 0.22 0.07
HSL 317.38º 0.83% 0.57% -
HSV(B) 317.38º 0.78% 0.93% -
XYZ 44.41 23.8 47.05 -
YUV 122.54 162.13 208.93 -
System Red Green Blue C M Y K H S L
Decimal 236 53 183 0 0.78 0.22 0.07 317.38 0.83 0.57
Hex EC 35 B7 0 4E 16 7 13D 53 39
Octal 354 65 267 0 116 26 7 475 123 71
Binary 11101100 110101 10110111 0 1001110 10110 111 100111101 1010011 111001

Color Harmonies of #EC35B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC35B7

Black with #EC35B7

Text Example


Text Example

White with #EC35B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC35B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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