#EA38D3

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

Shades of Razzle Dazzle Rose #EA38D3

Tints of Razzle Dazzle Rose #EA38D3

Color information

#EA38D3 (or 0xEA38D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 38 and D3. RGB value is (234,56,211). Sum of RGB (Red+Green+Blue) = 234+56+211=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA38D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA38D3 is #15C72C. Grayscale: #7E7E7E. Windows color (decimal): -1427245 or 13842666. OLE color: 13842666.

HSL color Cylindrical-coordinate representation of color #EA38D3: hue angle of 307.75º 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 #EA38D3 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB23456211-
CMYK00.760.100.08
HSL307.75º80.91%56.86%-
HSV(B)307.75º76.07%91.76%-
XYZ47.125.0263.98-
YUV126.89175.47204.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 56 (22.27% from 255) = 11.18%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=46.71%
G=11.18%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345621100.760.100.08307.7580.9156.86
HexEA38D304CA81345139
Octal352703230114121046412171
Binary111010101110001101001101001100101010001001101001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA38D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA38D3; }

 p { color: rgb(234,56,211); }

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

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

 a { background-color: rgb(234,56,211); }

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

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

 span { border-color: rgb(234,56,211); }

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