#EB26D4

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

Shades of Razzle Dazzle Rose #EB26D4

Tints of Razzle Dazzle Rose #EB26D4

Color information

#EB26D4 (or 0xEB26D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 26 and D4. RGB value is (235,38,212). Sum of RGB (Red+Green+Blue) = 235+38+212=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26D4 is #14D92B. Grayscale: #747474. Windows color (decimal): -1366316 or 13903595. OLE color: 13903595.

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

Color convert

RGB23538212-
CMYK00.840.100.08
HSL307.01º83.12%53.53%-
HSV(B)307.01º83.83%92.16%-
XYZ46.8423.864.41-
YUV116.74181.77212.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.45%
GREEN value IS 38 (15.23% from 255) = 7.84%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=48.45%
G=7.84%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353821200.840.100.08307.0183.1253.53
HexEB26D4054A81335336
Octal353463240124121046312366
Binary111010111001101101010001010100101010001001100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB26D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB26D4; }

 p { color: rgb(235,38,212); }

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

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

 a { background-color: rgb(235,38,212); }

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

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

 span { border-color: rgb(235,38,212); }

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