#EA3BBB

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

Shades of Razzle Dazzle Rose #EA3BBB

Tints of Razzle Dazzle Rose #EA3BBB

Color information

#EA3BBB (or 0xEA3BBB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 3B and BB. RGB value is (234,59,187). Sum of RGB (Red+Green+Blue) = 234+59+187=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3BBB is #15C444. Grayscale: #7D7D7D. Windows color (decimal): -1426501 or 12270570. OLE color: 12270570.

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

Color convert

RGB23459187-
CMYK00.750.200.08
HSL316.11º80.65%57.45%-
HSV(B)316.11º74.79%91.76%-
XYZ44.4724.2149.34-
YUV125.92162.48205.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 59 (23.44% from 255) = 12.29%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=48.75%
G=12.29%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345918700.750.200.08316.1180.6557.45
HexEA3BBB04B14813c5139
Octal352732730113241047412171
Binary1110101011101110111011010010111010010001001111001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3BBB; }

 p { color: rgb(234,59,187); }

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

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

 a { background-color: rgb(234,59,187); }

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

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

 span { border-color: rgb(234,59,187); }

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