Html Css Color HEX #E26EBB Persian Pink

📋 copy color: '#E26EBB'

red 226 ◦ green 110 ◦ blue 187

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

Shades of Persian Pink #E26EBB

Tints of Persian Pink #E26EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 43.21%
G = 21.03%
B = 35.76%

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

#E26EBB (or 0xE26EBB) is known color: Persian Pink. HEX triplet: E2, 6E and BB. RGB value is (226,110,187). Sum of RGB (Red+Green+Blue) = 226+110+187=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBB is #1D9144. Grayscale: #999999. Windows color (decimal): -1937733 or 12283618. OLE color: 12283618.

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

Color convert

RGB 226 110 187 -
CMYK 0 0.51 0.17 0.11
HSL 320.17º 0.67% 0.66% -
HSV(B) 320.17º 0.51% 0.89% -
XYZ 45.91 30.91 50.56 -
YUV 153.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 226 110 187 0 0.51 0.17 0.11 320.17 0.67 0.66
Hex E2 6E BB 0 33 11 B 140 43 42
Octal 342 156 273 0 63 21 13 500 103 102
Binary 11100010 1101110 10111011 0 110011 10001 1011 101000000 1000011 1000010

Color Harmonies of #E26EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EBB

Black with #E26EBB

Text Example


Text Example

White with #E26EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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