#EB27D2

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

Shades of Razzle Dazzle Rose #EB27D2

Tints of Razzle Dazzle Rose #EB27D2

Color information

#EB27D2 (or 0xEB27D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 27 and D2. RGB value is (235,39,210). Sum of RGB (Red+Green+Blue) = 235+39+210=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB27D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB27D2 is #14D82D. Grayscale: #747474. Windows color (decimal): -1366062 or 13772779. OLE color: 13772779.

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

Color convert

RGB23539210-
CMYK00.830.110.08
HSL307.65º83.05%53.73%-
HSV(B)307.65º83.4%92.16%-
XYZ46.6223.7763.1-
YUV117.1180.43212.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 39 (15.62% from 255) = 8.06%
BLUE value IS 210 (82.42% from 255) = 43.39%
R=48.55%
G=8.06%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353921000.830.110.08307.6583.0553.73
HexEB27D2053B81345336
Octal353473220123131046412366
Binary111010111001111101001001010011101110001001101001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB27D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB27D2; }

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

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

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

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

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

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

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

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