#EA43C1

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

Shades of Razzle Dazzle Rose #EA43C1

Tints of Razzle Dazzle Rose #EA43C1

Color information

#EA43C1 (or 0xEA43C1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 43 and C1. RGB value is (234,67,193). Sum of RGB (Red+Green+Blue) = 234+67+193=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA43C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA43C1 is #15BC3E. Grayscale: #828282. Windows color (decimal): -1424447 or 12665834. OLE color: 12665834.

HSL color Cylindrical-coordinate representation of color #EA43C1: hue angle of 314.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA43C1 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB23467193-
CMYK00.710.180.08
HSL314.73º79.9%59.02%-
HSV(B)314.73º71.37%91.76%-
XYZ45.5625.3652.94-
YUV131.3162.83201.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 67 (26.56% from 255) = 13.56%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=47.37%
G=13.56%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346719300.710.180.08314.7379.959.02
HexEA43C104712813b503b
Octal3521033010107221047312073
Binary11101010100001111000001010001111001010001001110111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA43C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA43C1; }

 p { color: rgb(234,67,193); }

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

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

 a { background-color: rgb(234,67,193); }

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

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

 span { border-color: rgb(234,67,193); }

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