Html Css Color HEX #EC2FD6 Razzle Dazzle Rose

📋 copy color: '#EC2FD6'

red 236 ◦ green 47 ◦ blue 214

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

Shades of Razzle Dazzle Rose #EC2FD6

Tints of Razzle Dazzle Rose #EC2FD6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.46%

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 47.48%
G = 9.46%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC2FD6 (or 0xEC2FD6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2F and D6. RGB value is (236,47,214). Sum of RGB (Red+Green+Blue) = 236+47+214=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2FD6 is #13D029. Grayscale: #7A7A7A. Windows color (decimal): -1298474 or 14036972. OLE color: 14036972.

HSL color Cylindrical-coordinate representation of color #EC2FD6: hue angle of 306.98º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2FD6 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 47 214 -
CMYK 0 0.80 0.09 0.07
HSL 306.98º 0.83% 0.55% -
HSV(B) 306.98º 0.8% 0.93% -
XYZ 47.75 24.72 65.87 -
YUV 122.55 179.62 208.92 -
System Red Green Blue C M Y K H S L
Decimal 236 47 214 0 0.80 0.09 0.07 306.98 0.83 0.55
Hex EC 2F D6 0 50 9 7 133 53 37
Octal 354 57 326 0 120 11 7 463 123 67
Binary 11101100 101111 11010110 0 1010000 1001 111 100110011 1010011 110111

Color Harmonies of #EC2FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FD6

Black with #EC2FD6

Text Example


Text Example

White with #EC2FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FD6; }

 p { color: rgb(236,47,214); }

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

background-color css

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

 a { background-color: rgb(236,47,214); }

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

border-color css

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

 span { border-color: rgb(236,47,214); }

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