#EB26D3

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

Shades of Razzle Dazzle Rose #EB26D3

Tints of Razzle Dazzle Rose #EB26D3

Color information

#EB26D3 (or 0xEB26D3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 26 and D3. RGB value is (235,38,211). Sum of RGB (Red+Green+Blue) = 235+38+211=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26D3 is #14D92C. Grayscale: #747474. Windows color (decimal): -1366317 or 13838059. OLE color: 13838059.

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

Color convert

RGB23538211-
CMYK00.840.100.08
HSL307.31º83.12%53.53%-
HSV(B)307.31º83.83%92.16%-
XYZ46.7123.7563.75-
YUV116.62181.27212.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 38 (15.23% from 255) = 7.85%
BLUE value IS 211 (82.81% from 255) = 43.60%
R=48.55%
G=7.85%
B=43.60%

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
Decimal2353821100.840.100.08307.3183.1253.53
HexEB26D3054A81335336
Octal353463230124121046312366
Binary111010111001101101001101010100101010001001100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB26D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB26D3; }

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

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

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

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

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

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

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

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