#EB27E7

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

Shades of Razzle Dazzle Rose #EB27E7

Tints of Razzle Dazzle Rose #EB27E7

Color information

#EB27E7 (or 0xEB27E7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 27 and E7. RGB value is (235,39,231). Sum of RGB (Red+Green+Blue) = 235+39+231=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 39 (15.62% from 255 or 7.72% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB27E7 is #14D818. Grayscale: #767676. Windows color (decimal): -1366041 or 15149035. OLE color: 15149035.

HSL color Cylindrical-coordinate representation of color #EB27E7: hue angle of 301.22º 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 #EB27E7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23539231-
CMYK00.830.020.08
HSL301.22º83.05%53.73%-
HSV(B)301.22º83.4%92.16%-
XYZ49.4124.8877.8-
YUV119.49190.93210.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.53%
GREEN value IS 39 (15.62% from 255) = 7.72%
BLUE value IS 231 (90.62% from 255) = 45.74%
R=46.53%
G=7.72%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353923100.830.020.08301.2283.0553.73
HexEB27E70532812d5336
Octal35347347012321045512366
Binary1110101110011111100111010100111010001001011011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB27E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB27E7; }

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

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

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

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

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

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

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

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