#E62CBE

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

Shades of Razzle Dazzle Rose #E62CBE

Tints of Razzle Dazzle Rose #E62CBE

Color information

#E62CBE (or 0xE62CBE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E6, 2C and BE. RGB value is (230,44,190). Sum of RGB (Red+Green+Blue) = 230+44+190=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CBE is #19D341. Grayscale: #737373. Windows color (decimal): -1692482 or 12463334. OLE color: 12463334.

HSL color Cylindrical-coordinate representation of color #E62CBE: hue angle of 312.9º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62CBE is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB23044190-
CMYK00.810.170.10
HSL312.9º78.81%53.73%-
HSV(B)312.9º80.87%90.2%-
XYZ42.8322.3450.77-
YUV116.26169.62209.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.57%
GREEN value IS 44 (17.58% from 255) = 9.48%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=49.57%
G=9.48%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304419000.810.170.10312.978.8153.73
HexE62CBE05111A1394f36
Octal346542760121211247111766
Binary1110011010110010111110010100011000110101001110011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E62CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E62CBE; }

 p { color: rgb(230,44,190); }

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

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

 a { background-color: rgb(230,44,190); }

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

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

 span { border-color: rgb(230,44,190); }

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