#EA48BC

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

Shades of Razzle Dazzle Rose #EA48BC

Tints of Razzle Dazzle Rose #EA48BC

Color information

#EA48BC (or 0xEA48BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 48 and BC. RGB value is (234,72,188). Sum of RGB (Red+Green+Blue) = 234+72+188=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA48BC is #15B743. Grayscale: #858585. Windows color (decimal): -1423172 or 12339434. OLE color: 12339434.

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

Color convert

RGB23472188-
CMYK00.690.200.08
HSL317.04º79.41%60%-
HSV(B)317.04º69.23%91.76%-
XYZ45.3325.7650.16-
YUV133.66158.67199.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 14.57%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=47.37%
G=14.57%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347218800.690.200.08317.0479.4160
HexEA48BC04514813d4f3c
Octal3521102740105241047511774
Binary11101010100100010111100010001011010010001001111011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA48BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA48BC; }

 p { color: rgb(234,72,188); }

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

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

 a { background-color: rgb(234,72,188); }

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

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

 span { border-color: rgb(234,72,188); }

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