#e233ca

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

Shades of Razzle Dazzle Rose #E233CA

Tints of Razzle Dazzle Rose #E233CA

Color information

#E233CA (or 0xE233CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 33 and CA. RGB value is (226,51,202). Sum of RGB (Red+Green+Blue) = 226+51+202=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E233CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E233CA is #1DCC35. Grayscale: #787878. Windows color (decimal): -1952822 or 13251554. OLE color: 13251554.

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

Color convert

RGB22651202-
CMYK00.770.110.11
HSL308.23º75.11%54.31%-
HSV(B)308.23º77.43%88.63%-
XYZ43.2122.858-
YUV120.54173.98203.22-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 51 (20.31% from 255) = 10.65%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=47.18%
G=10.65%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265120200.770.110.11308.2375.1154.31
HexE233CA04DBB1344b36
Octal342633120115131346411366
Binary111000101100111100101001001101101110111001101001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e233ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e233ca; }

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

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

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

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

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

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

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

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