#FF4EC0

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

Shades of Razzle Dazzle Rose #FF4EC0

Tints of Razzle Dazzle Rose #FF4EC0

Color information

#FF4EC0 (or 0xFF4EC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 4E and C0. RGB value is (255,78,192). Sum of RGB (Red+Green+Blue) = 255+78+192=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EC0 is #00B13F. Grayscale: #8F8F8F. Windows color (decimal): -45376 or 12603135. OLE color: 12603135.

HSL color Cylindrical-coordinate representation of color #FF4EC0: hue angle of 321.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB25578192-
CMYK00.690.250
HSL321.36º100%65.29%-
HSV(B)321.36º69.41%100%-
XYZ53.4830.5152.94-
YUV143.92155.14207.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 78 (30.86% from 255) = 14.86%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=48.57%
G=14.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557819200.690.250321.3610065.29
HexFF4EC00451901416441
Octal3771163000105310501144101
Binary111111111001110110000000100010111001010100000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4EC0; }

 p { color: rgb(255,78,192); }

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

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

 a { background-color: rgb(255,78,192); }

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

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

 span { border-color: rgb(255,78,192); }

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