Html Css Color HEX #E26EB8 Persian Pink

📋 copy color: '#E26EB8'

red 226 ◦ green 110 ◦ blue 184

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

Shades of Persian Pink #E26EB8

Tints of Persian Pink #E26EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 43.46%
G = 21.15%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E26EB8 (or 0xE26EB8) is known color: Persian Pink. HEX triplet: E2, 6E and B8. RGB value is (226,110,184). Sum of RGB (Red+Green+Blue) = 226+110+184=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB8 is #1D9147. Grayscale: #989898. Windows color (decimal): -1937736 or 12087010. OLE color: 12087010.

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

Color convert

RGB 226 110 184 -
CMYK 0 0.51 0.19 0.11
HSL 321.72º 0.67% 0.66% -
HSV(B) 321.72º 0.51% 0.89% -
XYZ 45.59 30.78 48.89 -
YUV 153.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 226 110 184 0 0.51 0.19 0.11 321.72 0.67 0.66
Hex E2 6E B8 0 33 13 B 142 43 42
Octal 342 156 270 0 63 23 13 502 103 102
Binary 11100010 1101110 10111000 0 110011 10011 1011 101000010 1000011 1000010

Color Harmonies of #E26EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EB8

Black with #E26EB8

Text Example


Text Example

White with #E26EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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