#E233C5

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

Shades of Razzle Dazzle Rose #E233C5

Tints of Razzle Dazzle Rose #E233C5

Color information

#E233C5 (or 0xE233C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 33 and C5. RGB value is (226,51,197). Sum of RGB (Red+Green+Blue) = 226+51+197=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E233C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E233C5 is #1DCC3A. Grayscale: #777777. Windows color (decimal): -1952827 or 12923874. OLE color: 12923874.

HSL color Cylindrical-coordinate representation of color #E233C5: hue angle of 309.94º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E233C5 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB22651197-
CMYK00.770.130.11
HSL309.94º75.11%54.31%-
HSV(B)309.94º77.43%88.63%-
XYZ42.6322.5754.93-
YUV119.97171.48203.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.68%
GREEN value IS 51 (20.31% from 255) = 10.76%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=47.68%
G=10.76%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265119700.770.130.11309.9475.1154.31
HexE233C504DDB1364b36
Octal342633050115151346611366
Binary111000101100111100010101001101110110111001101101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E233C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E233C5; }

 p { color: rgb(226,51,197); }

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

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

 a { background-color: rgb(226,51,197); }

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

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

 span { border-color: rgb(226,51,197); }

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