#ea37c2

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

Shades of Razzle Dazzle Rose #EA37C2

Tints of Razzle Dazzle Rose #EA37C2

Color information

#EA37C2 (or 0xEA37C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 37 and C2. RGB value is (234,55,194). Sum of RGB (Red+Green+Blue) = 234+55+194=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA37C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA37C2 is #15C83D. Grayscale: #7B7B7B. Windows color (decimal): -1427518 or 12728298. OLE color: 12728298.

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

Color convert

RGB23455194-
CMYK00.760.170.08
HSL313.41º81%56.67%-
HSV(B)313.41º76.5%91.76%-
XYZ45.0424.1253.32-
YUV124.37167.3206.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 55 (21.88% from 255) = 11.39%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=48.45%
G=11.39%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345519400.760.170.08313.418156.67
HexEA37C204C1181395139
Octal352673020114211047112171
Binary1110101011011111000010010011001000110001001110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea37c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea37c2; }

 p { color: rgb(234,55,194); }

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

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

 a { background-color: rgb(234,55,194); }

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

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

 span { border-color: rgb(234,55,194); }

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