#EA30C0

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

Shades of Razzle Dazzle Rose #EA30C0

Tints of Razzle Dazzle Rose #EA30C0

Color information

#EA30C0 (or 0xEA30C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 30 and C0. RGB value is (234,48,192). Sum of RGB (Red+Green+Blue) = 234+48+192=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA30C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA30C0 is #15CF3F. Grayscale: #777777. Windows color (decimal): -1429312 or 12595434. OLE color: 12595434.

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

Color convert

RGB23448192-
CMYK00.790.180.08
HSL313.55º81.58%55.29%-
HSV(B)313.55º79.49%91.76%-
XYZ44.523.4152.04-
YUV120.03168.62209.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 48 (19.14% from 255) = 10.13%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=49.37%
G=10.13%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344819200.790.180.08313.5581.5855.29
HexEA30C004F12813a5237
Octal352603000117221047212267
Binary1110101011000011000000010011111001010001001110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA30C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA30C0; }

 p { color: rgb(234,48,192); }

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

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

 a { background-color: rgb(234,48,192); }

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

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

 span { border-color: rgb(234,48,192); }

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