#EB26A1

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

Shades of Persian Rose #EB26A1

Tints of Persian Rose #EB26A1

Color information

#EB26A1 (or 0xEB26A1) is unknown color: approx Persian Rose. HEX triplet: EB, 26 and A1. RGB value is (235,38,161). Sum of RGB (Red+Green+Blue) = 235+38+161=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB26A1 is #14D95E. Grayscale: #6E6E6E. Windows color (decimal): -1366367 or 10561259. OLE color: 10561259.

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

Color convert

RGB23538161-
CMYK00.840.310.08
HSL322.54º83.12%53.53%-
HSV(B)322.54º83.83%92.16%-
XYZ41.3921.6235.71-
YUV110.92156.27216.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.15%
GREEN value IS 38 (15.23% from 255) = 8.76%
BLUE value IS 161 (63.28% from 255) = 37.10%
R=54.15%
G=8.76%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353816100.840.310.08322.5483.1253.53
HexEB26A10541F81435336
Octal353462410124371050312366
Binary1110101110011010100001010101001111110001010000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB26A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB26A1; }

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

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

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

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

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

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

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

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