#E23ABD

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

Shades of Razzle Dazzle Rose #E23ABD

Tints of Razzle Dazzle Rose #E23ABD

Color information

#E23ABD (or 0xE23ABD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 3A and BD. RGB value is (226,58,189). Sum of RGB (Red+Green+Blue) = 226+58+189=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ABD is #1DC542. Grayscale: #7A7A7A. Windows color (decimal): -1951043 or 12401378. OLE color: 12401378.

HSL color Cylindrical-coordinate representation of color #E23ABD: hue angle of 313.21º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23ABD is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB22658189-
CMYK00.740.160.11
HSL313.21º74.34%55.69%-
HSV(B)313.21º74.34%88.63%-
XYZ42.0622.8750.34-
YUV123.17165.16201.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.78%
GREEN value IS 58 (23.05% from 255) = 12.26%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=47.78%
G=12.26%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265818900.740.160.11313.2174.3455.69
HexE23ABD04A10B1394a38
Octal342722750112201347111270
Binary1110001011101010111101010010101000010111001110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23ABD; }

 p { color: rgb(226,58,189); }

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

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

 a { background-color: rgb(226,58,189); }

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

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

 span { border-color: rgb(226,58,189); }

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