Html Css Color HEX #E26EBC Persian Pink

📋 copy color: '#E26EBC'

red 226 ◦ green 110 ◦ blue 188

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

Shades of Persian Pink #E26EBC

Tints of Persian Pink #E26EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 43.13%
G = 20.99%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E26EBC (or 0xE26EBC) is known color: Persian Pink. HEX triplet: E2, 6E and BC. RGB value is (226,110,188). Sum of RGB (Red+Green+Blue) = 226+110+188=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBC is #1D9143. Grayscale: #999999. Windows color (decimal): -1937732 or 12349154. OLE color: 12349154.

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

Color convert

RGB 226 110 188 -
CMYK 0 0.51 0.17 0.11
HSL 319.66º 0.67% 0.66% -
HSV(B) 319.66º 0.51% 0.89% -
XYZ 46.02 30.95 51.13 -
YUV 153.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 226 110 188 0 0.51 0.17 0.11 319.66 0.67 0.66
Hex E2 6E BC 0 33 11 B 140 43 42
Octal 342 156 274 0 63 21 13 500 103 102
Binary 11100010 1101110 10111100 0 110011 10001 1011 101000000 1000011 1000010

Color Harmonies of #E26EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EBC

Black with #E26EBC

Text Example


Text Example

White with #E26EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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