#E62ACB

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

Shades of Razzle Dazzle Rose #E62ACB

Tints of Razzle Dazzle Rose #E62ACB

Color information

#E62ACB (or 0xE62ACB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 2A and CB. RGB value is (230,42,203). Sum of RGB (Red+Green+Blue) = 230+42+203=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ACB is #19D534. Grayscale: #747474. Windows color (decimal): -1692981 or 13314790. OLE color: 13314790.

HSL color Cylindrical-coordinate representation of color #E62ACB: hue angle of 308.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62ACB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB23042203-
CMYK00.820.120.10
HSL308.62º78.99%53.33%-
HSV(B)308.62º81.74%90.2%-
XYZ44.2422.7958.57-
YUV116.57176.78208.91-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.42%
GREEN value IS 42 (16.80% from 255) = 8.84%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=48.42%
G=8.84%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304220300.820.120.10308.6278.9953.33
HexE62ACB052CA1354f35
Octal346523130122141246511765
Binary111001101010101100101101010010110010101001101011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62ACB; }

 p { color: rgb(230,42,203); }

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

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

 a { background-color: rgb(230,42,203); }

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

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

 span { border-color: rgb(230,42,203); }

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