#EA41BC

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

Shades of Razzle Dazzle Rose #EA41BC

Tints of Razzle Dazzle Rose #EA41BC

Color information

#EA41BC (or 0xEA41BC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EA, 41 and BC. RGB value is (234,65,188). Sum of RGB (Red+Green+Blue) = 234+65+188=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA41BC is #15BE43. Grayscale: #818181. Windows color (decimal): -1424964 or 12337642. OLE color: 12337642.

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

Color convert

RGB23465188-
CMYK00.720.200.08
HSL316.33º80.09%58.63%-
HSV(B)316.33º72.22%91.76%-
XYZ44.924.950.02-
YUV129.55160.99202.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 65 (25.78% from 255) = 13.35%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=48.05%
G=13.35%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346518800.720.200.08316.3380.0958.63
HexEA41BC04814813c503b
Octal3521012740110241047412073
Binary11101010100000110111100010010001010010001001111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA41BC; }

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

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

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

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

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

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

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

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