Html Css Color HEX #E26EB2 Persian Pink

📋 copy color: '#E26EB2'

red 226 ◦ green 110 ◦ blue 178

#E26EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E26EB2

Tints of Persian Pink #E26EB2

RGB

 RED value IS 226 (88.67% from 255) = 43.97%

 GREEN value IS 110 (43.36% from 255) = 21.4%

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 43.97%
G = 21.4%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E26EB2 (or 0xE26EB2) is known color: Persian Pink. HEX triplet: E2, 6E and B2. RGB value is (226,110,178). Sum of RGB (Red+Green+Blue) = 226+110+178=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26EB2 is #1D914D. Grayscale: #989898. Windows color (decimal): -1937742 or 11693794. OLE color: 11693794.

HSL color Cylindrical-coordinate representation of color #E26EB2: hue angle of 324.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EB2 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 110 178 -
CMYK 0 0.51 0.21 0.11
HSL 324.83º 0.67% 0.66% -
HSV(B) 324.83º 0.51% 0.89% -
XYZ 44.98 30.53 45.64 -
YUV 152.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 226 110 178 0 0.51 0.21 0.11 324.83 0.67 0.66
Hex E2 6E B2 0 33 15 B 145 43 42
Octal 342 156 262 0 63 25 13 505 103 102
Binary 11100010 1101110 10110010 0 110011 10101 1011 101000101 1000011 1000010

Color Harmonies of #E26EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EB2

Black with #E26EB2

Text Example


Text Example

White with #E26EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EB2; }

 p { color: rgb(226,110,178); }

 H1.HeaderClassName
 {
   color: #E26EB2;
 }
 .AnyTagClassName
 {
   color: #E26EB2;
 }
</style>

background-color css

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

 a { background-color: rgb(226,110,178); }

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

border-color css

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

 span { border-color: rgb(226,110,178); }

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