#EC38BC

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

Shades of Razzle Dazzle Rose #EC38BC

Tints of Razzle Dazzle Rose #EC38BC

Color information

#EC38BC (or 0xEC38BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EC, 38 and BC. RGB value is (236,56,188). Sum of RGB (Red+Green+Blue) = 236+56+188=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 56 (22.27% from 255 or 11.67% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC38BC is #13C743. Grayscale: #7C7C7C. Windows color (decimal): -1296196 or 12335340. OLE color: 12335340.

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

Color convert

RGB23656188-
CMYK00.760.200.07
HSL316º82.57%57.25%-
HSV(B)316º76.27%92.55%-
XYZ45.0824.2949.89-
YUV124.87163.63207.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 56 (22.27% from 255) = 11.67%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=49.17%
G=11.67%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365618800.760.200.0731682.5757.25
HexEC38BC04C14713c5339
Octal35470274011424747412371
Binary111011001110001011110001001100101001111001111001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC38BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC38BC; }

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

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

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

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

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

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

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

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