#E235CB

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

Shades of Razzle Dazzle Rose #E235CB

Tints of Razzle Dazzle Rose #E235CB

Color information

#E235CB (or 0xE235CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E2, 35 and CB. RGB value is (226,53,203). Sum of RGB (Red+Green+Blue) = 226+53+203=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 53 (21.09% from 255 or 11.00% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E235CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235CB is #1DCA34. Grayscale: #797979. Windows color (decimal): -1952309 or 13317602. OLE color: 13317602.

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

Color convert

RGB22653203-
CMYK00.770.100.11
HSL307.98º74.89%54.71%-
HSV(B)307.98º76.55%88.63%-
XYZ43.4223.0358.66-
YUV121.83173.81202.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.89%
GREEN value IS 53 (21.09% from 255) = 11.00%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=46.89%
G=11.00%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2265320300.770.100.11307.9874.8954.71
HexE235CB04DAB1344b37
Octal342653130115121346411367
Binary111000101101011100101101001101101010111001101001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E235CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E235CB; }

 p { color: rgb(226,53,203); }

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

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

 a { background-color: rgb(226,53,203); }

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

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

 span { border-color: rgb(226,53,203); }

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