Html Css Color HEX #E26EBD Persian Pink

📋 copy color: '#E26EBD'

red 226 ◦ green 110 ◦ blue 189

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

Shades of Persian Pink #E26EBD

Tints of Persian Pink #E26EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 43.05%
G = 20.95%
B = 36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E26EBD (or 0xE26EBD) is known color: Persian Pink. HEX triplet: E2, 6E and BD. RGB value is (226,110,189). Sum of RGB (Red+Green+Blue) = 226+110+189=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26EBD is #1D9142. Grayscale: #999999. Windows color (decimal): -1937731 or 12414690. OLE color: 12414690.

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

Color convert

RGB 226 110 189 -
CMYK 0 0.51 0.16 0.11
HSL 319.14º 0.67% 0.66% -
HSV(B) 319.14º 0.51% 0.89% -
XYZ 46.13 30.99 51.7 -
YUV 153.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 226 110 189 0 0.51 0.16 0.11 319.14 0.67 0.66
Hex E2 6E BD 0 33 10 B 13F 43 42
Octal 342 156 275 0 63 20 13 477 103 102
Binary 11100010 1101110 10111101 0 110011 10000 1011 100111111 1000011 1000010

Color Harmonies of #E26EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26EBD

Black with #E26EBD

Text Example


Text Example

White with #E26EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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