Html Css Color HEX #EC46BD Razzle Dazzle Rose

📋 copy color: '#EC46BD'

red 236 ◦ green 70 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EC46BD

Tints of Razzle Dazzle Rose #EC46BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.14%

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

R = 47.68%
G = 14.14%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC46BD (or 0xEC46BD) is known color: Razzle Dazzle Rose. HEX triplet: EC, 46 and BD. RGB value is (236,70,189). Sum of RGB (Red+Green+Blue) = 236+70+189=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46BD is #13B942. Grayscale: #848484. Windows color (decimal): -1292611 or 12404460. OLE color: 12404460.

HSL color Cylindrical-coordinate representation of color #EC46BD: hue angle of 316.99º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46BD is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 189 -
CMYK 0 0.70 0.20 0.07
HSL 316.99º 0.81% 0.6% -
HSV(B) 316.99º 0.7% 0.93% -
XYZ 45.97 25.89 50.72 -
YUV 133.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 236 70 189 0 0.70 0.20 0.07 316.99 0.81 0.6
Hex EC 46 BD 0 46 14 7 13D 51 3C
Octal 354 106 275 0 106 24 7 475 121 74
Binary 11101100 1000110 10111101 0 1000110 10100 111 100111101 1010001 111100

Color Harmonies of #EC46BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46BD

Black with #EC46BD

Text Example


Text Example

White with #EC46BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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