#EC38C1

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

Shades of Razzle Dazzle Rose #EC38C1

Tints of Razzle Dazzle Rose #EC38C1

Color information

#EC38C1 (or 0xEC38C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 38 and C1. RGB value is (236,56,193). Sum of RGB (Red+Green+Blue) = 236+56+193=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 56 (22.27% from 255 or 11.55% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38C1 is #13C73E. Grayscale: #7D7D7D. Windows color (decimal): -1296191 or 12663020. OLE color: 12663020.

HSL color Cylindrical-coordinate representation of color #EC38C1: hue angle of 314.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 #EC38C1 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23656193-
CMYK00.760.180.07
HSL314.33º82.57%57.25%-
HSV(B)314.33º76.27%92.55%-
XYZ45.6324.5152.78-
YUV125.44166.13206.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.66%
GREEN value IS 56 (22.27% from 255) = 11.55%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=48.66%
G=11.55%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365619300.760.180.07314.3382.5757.25
HexEC38C104C12713a5339
Octal35470301011422747212371
Binary111011001110001100000101001100100101111001110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC38C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC38C1; }

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

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

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

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

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

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

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

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