Html Css Color HEX #EC2CC6 Razzle Dazzle Rose

📋 copy color: '#EC2CC6'

red 236 ◦ green 44 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EC2CC6

Tints of Razzle Dazzle Rose #EC2CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.21%

 BLUE value IS 198 (77.73% from 255) = 41.42%

R = 49.37%
G = 9.21%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC2CC6 (or 0xEC2CC6) is known color: Razzle Dazzle Rose. HEX triplet: EC, 2C and C6. RGB value is (236,44,198). Sum of RGB (Red+Green+Blue) = 236+44+198=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2CC6 is #13D339. Grayscale: #767676. Windows color (decimal): -1299258 or 12987628. OLE color: 12987628.

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

Color convert

RGB 236 44 198 -
CMYK 0 0.81 0.16 0.07
HSL 311.88º 0.83% 0.55% -
HSV(B) 311.88º 0.81% 0.93% -
XYZ 45.69 23.71 55.59 -
YUV 118.96 172.61 211.48 -
System Red Green Blue C M Y K H S L
Decimal 236 44 198 0 0.81 0.16 0.07 311.88 0.83 0.55
Hex EC 2C C6 0 51 10 7 138 53 37
Octal 354 54 306 0 121 20 7 470 123 67
Binary 11101100 101100 11000110 0 1010001 10000 111 100111000 1010011 110111

Color Harmonies of #EC2CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2CC6

Black with #EC2CC6

Text Example


Text Example

White with #EC2CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2CC6; }

 p { color: rgb(236,44,198); }

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

background-color css

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

 a { background-color: rgb(236,44,198); }

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

border-color css

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

 span { border-color: rgb(236,44,198); }

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