Html Css Color HEX #E26EB7 Persian Pink

📋 copy color: '#E26EB7'

red 226 ◦ green 110 ◦ blue 183

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

Shades of Persian Pink #E26EB7

Tints of Persian Pink #E26EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 43.55%
G = 21.19%
B = 35.26%

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

#E26EB7 (or 0xE26EB7) is known color: Persian Pink. HEX triplet: E2, 6E and B7. RGB value is (226,110,183). Sum of RGB (Red+Green+Blue) = 226+110+183=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EB7 is #1D9148. Grayscale: #989898. Windows color (decimal): -1937737 or 12021474. OLE color: 12021474.

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

Color convert

RGB 226 110 183 -
CMYK 0 0.51 0.19 0.11
HSL 322.24º 0.67% 0.66% -
HSV(B) 322.24º 0.51% 0.89% -
XYZ 45.49 30.74 48.34 -
YUV 153.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 226 110 183 0 0.51 0.19 0.11 322.24 0.67 0.66
Hex E2 6E B7 0 33 13 B 142 43 42
Octal 342 156 267 0 63 23 13 502 103 102
Binary 11100010 1101110 10110111 0 110011 10011 1011 101000010 1000011 1000010

Color Harmonies of #E26EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EB7

Black with #E26EB7

Text Example


Text Example

White with #E26EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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