#EA3CB7

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

Shades of Razzle Dazzle Rose #EA3CB7

Tints of Razzle Dazzle Rose #EA3CB7

Color information

#EA3CB7 (or 0xEA3CB7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3C and B7. RGB value is (234,60,183). Sum of RGB (Red+Green+Blue) = 234+60+183=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3CB7 is #15C348. Grayscale: #7D7D7D. Windows color (decimal): -1426249 or 12008682. OLE color: 12008682.

HSL color Cylindrical-coordinate representation of color #EA3CB7: hue angle of 317.59º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3CB7 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB23460183-
CMYK00.740.220.08
HSL317.59º80.56%57.65%-
HSV(B)317.59º74.36%91.76%-
XYZ44.0924.1447.14-
YUV126.05160.15205-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 183 (71.88% from 255) = 38.36%
R=49.06%
G=12.58%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346018300.740.220.08317.5980.5657.65
HexEA3CB704A16813e513a
Octal352742670112261047612172
Binary1110101011110010110111010010101011010001001111101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3CB7; }

 p { color: rgb(234,60,183); }

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

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

 a { background-color: rgb(234,60,183); }

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

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

 span { border-color: rgb(234,60,183); }

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