Html Css Color HEX #E26FB7 Persian Pink

📋 copy color: '#E26FB7'

red 226 ◦ green 111 ◦ blue 183

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

Shades of Persian Pink #E26FB7

Tints of Persian Pink #E26FB7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 43.46%
G = 21.35%
B = 35.19%

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

#E26FB7 (or 0xE26FB7) is known color: Persian Pink. HEX triplet: E2, 6F and B7. RGB value is (226,111,183). Sum of RGB (Red+Green+Blue) = 226+111+183=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FB7 is #1D9048. Grayscale: #999999. Windows color (decimal): -1937481 or 12021730. OLE color: 12021730.

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

Color convert

RGB 226 111 183 -
CMYK 0 0.51 0.19 0.11
HSL 322.43º 0.66% 0.66% -
HSV(B) 322.43º 0.51% 0.89% -
XYZ 45.6 30.96 48.37 -
YUV 153.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 226 111 183 0 0.51 0.19 0.11 322.43 0.66 0.66
Hex E2 6F B7 0 33 13 B 142 42 42
Octal 342 157 267 0 63 23 13 502 102 102
Binary 11100010 1101111 10110111 0 110011 10011 1011 101000010 1000010 1000010

Color Harmonies of #E26FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FB7

Black with #E26FB7

Text Example


Text Example

White with #E26FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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