#EB27E3

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

Shades of Razzle Dazzle Rose #EB27E3

Tints of Razzle Dazzle Rose #EB27E3

Color information

#EB27E3 (or 0xEB27E3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 27 and E3. RGB value is (235,39,227). Sum of RGB (Red+Green+Blue) = 235+39+227=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB27E3 is #14D81C. Grayscale: #767676. Windows color (decimal): -1366045 or 14886891. OLE color: 14886891.

HSL color Cylindrical-coordinate representation of color #EB27E3: hue angle of 302.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB27E3 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB23539227-
CMYK00.830.030.08
HSL302.45º83.05%53.73%-
HSV(B)302.45º83.4%92.16%-
XYZ48.8524.6674.86-
YUV119.04188.93210.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 39 (15.62% from 255) = 7.78%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=46.91%
G=7.78%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353922700.830.030.08302.4583.0553.73
HexEB27E30533812e5336
Octal35347343012331045612366
Binary1110101110011111100011010100111110001001011101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB27E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB27E3; }

 p { color: rgb(235,39,227); }

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

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

 a { background-color: rgb(235,39,227); }

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

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

 span { border-color: rgb(235,39,227); }

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