#E23ACD

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

Shades of Razzle Dazzle Rose #E23ACD

Tints of Razzle Dazzle Rose #E23ACD

Color information

#E23ACD (or 0xE23ACD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 3A and CD. RGB value is (226,58,205). Sum of RGB (Red+Green+Blue) = 226+58+205=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E23ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23ACD is #1DC532. Grayscale: #7C7C7C. Windows color (decimal): -1951027 or 13449954. OLE color: 13449954.

HSL color Cylindrical-coordinate representation of color #E23ACD: hue angle of 307.5º 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 #E23ACD is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB22658205-
CMYK00.740.090.11
HSL307.5º74.34%55.69%-
HSV(B)307.5º74.34%88.63%-
XYZ43.923.660-
YUV124.99173.16200.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.22%
GREEN value IS 58 (23.05% from 255) = 11.86%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=46.22%
G=11.86%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265820500.740.090.11307.574.3455.69
HexE23ACD04A9B1344a38
Octal342723150112111346411270
Binary111000101110101100110101001010100110111001101001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23ACD; }

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

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

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

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

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

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

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

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