#EC29CC

Color #EC29CC Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EC29CC

Tints of Razzle Dazzle Rose #EC29CC

Color information

#EC29CC (or 0xEC29CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 29 and CC. RGB value is (236,41,204). Sum of RGB (Red+Green+Blue) = 236+41+204=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC29CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC29CC is #13D633. Grayscale: #757575. Windows color (decimal): -1300020 or 13380076. OLE color: 13380076.

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

Color convert

RGB23641204-
CMYK00.830.140.07
HSL309.85º83.69%54.31%-
HSV(B)309.85º82.63%92.55%-
XYZ46.2823.7859.28-
YUV117.89176.6212.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 41 (16.41% from 255) = 8.52%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=49.06%
G=8.52%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364120400.830.140.07309.8583.6954.31
HexEC29CC053E71365436
Octal35451314012316746612466
Binary11101100101001110011000101001111101111001101101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC29CC; }

 p { color: rgb(236,41,204); }

 H1.HeaderClassName
 {
   color: #EC29CC;
 }
 .AnyTagClassName
 {
   color: #EC29CC;
 }
</style>
background-color css

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

 a { background-color: rgb(236,41,204); }

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

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

 span { border-color: rgb(236,41,204); }

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