#E134C1

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

Shades of Razzle Dazzle Rose #E134C1

Tints of Razzle Dazzle Rose #E134C1

Color information

#E134C1 (or 0xE134C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 34 and C1. RGB value is (225,52,193). Sum of RGB (Red+Green+Blue) = 225+52+193=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E134C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E134C1 is #1ECB3E. Grayscale: #777777. Windows color (decimal): -2018111 or 12661985. OLE color: 12661985.

HSL color Cylindrical-coordinate representation of color #E134C1: hue angle of 311.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E134C1 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB22552193-
CMYK00.770.140.12
HSL311.1º74.25%54.31%-
HSV(B)311.1º76.89%88.24%-
XYZ41.922.3152.55-
YUV119.8169.31203.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.87%
GREEN value IS 52 (20.70% from 255) = 11.06%
BLUE value IS 193 (75.78% from 255) = 41.06%
R=47.87%
G=11.06%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255219300.770.140.12311.174.2554.31
HexE134C104DEC1374a36
Octal341643010115161446711266
Binary111000011101001100000101001101111011001001101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E134C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E134C1; }

 p { color: rgb(225,52,193); }

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

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

 a { background-color: rgb(225,52,193); }

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

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

 span { border-color: rgb(225,52,193); }

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