#EC38D3

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

Shades of Razzle Dazzle Rose #EC38D3

Tints of Razzle Dazzle Rose #EC38D3

Color information

#EC38D3 (or 0xEC38D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 38 and D3. RGB value is (236,56,211). Sum of RGB (Red+Green+Blue) = 236+56+211=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 56 (22.27% from 255 or 11.13% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38D3 is #13C72C. Grayscale: #7F7F7F. Windows color (decimal): -1296173 or 13842668. OLE color: 13842668.

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

Color convert

RGB23656211-
CMYK00.760.110.07
HSL308.33º82.57%57.25%-
HSV(B)308.33º76.27%92.55%-
XYZ47.7625.3664.01-
YUV127.49175.13205.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.92%
GREEN value IS 56 (22.27% from 255) = 11.13%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=46.92%
G=11.13%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365621100.760.110.07308.3382.5757.25
HexEC38D304CB71345339
Octal35470323011413746412371
Binary11101100111000110100110100110010111111001101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC38D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC38D3; }

 p { color: rgb(236,56,211); }

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

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

 a { background-color: rgb(236,56,211); }

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

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

 span { border-color: rgb(236,56,211); }

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