Html Css Color HEX #E26EB9 Persian Pink

📋 copy color: '#E26EB9'

red 226 ◦ green 110 ◦ blue 185

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

Shades of Persian Pink #E26EB9

Tints of Persian Pink #E26EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 43.38%
G = 21.11%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E26EB9 (or 0xE26EB9) is known color: Persian Pink. HEX triplet: E2, 6E and B9. RGB value is (226,110,185). Sum of RGB (Red+Green+Blue) = 226+110+185=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB9 is #1D9146. Grayscale: #999999. Windows color (decimal): -1937735 or 12152546. OLE color: 12152546.

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

Color convert

RGB 226 110 185 -
CMYK 0 0.51 0.18 0.11
HSL 321.21º 0.67% 0.66% -
HSV(B) 321.21º 0.51% 0.89% -
XYZ 45.7 30.82 49.44 -
YUV 153.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 226 110 185 0 0.51 0.18 0.11 321.21 0.67 0.66
Hex E2 6E B9 0 33 12 B 141 43 42
Octal 342 156 271 0 63 22 13 501 103 102
Binary 11100010 1101110 10111001 0 110011 10010 1011 101000001 1000011 1000010

Color Harmonies of #E26EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EB9

Black with #E26EB9

Text Example


Text Example

White with #E26EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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