Html Css Color HEX #E26FB4 Persian Pink

📋 copy color: '#E26FB4'

red 226 ◦ green 111 ◦ blue 180

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

Shades of Persian Pink #E26FB4

Tints of Persian Pink #E26FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 43.71%
G = 21.47%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E26FB4 (or 0xE26FB4) is known color: Persian Pink. HEX triplet: E2, 6F and B4. RGB value is (226,111,180). Sum of RGB (Red+Green+Blue) = 226+111+180=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FB4 is #1D904B. Grayscale: #999999. Windows color (decimal): -1937484 or 11825122. OLE color: 11825122.

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

Color convert

RGB 226 111 180 -
CMYK 0 0.51 0.20 0.11
HSL 324º 0.66% 0.66% -
HSV(B) 324º 0.51% 0.89% -
XYZ 45.29 30.83 46.74 -
YUV 153.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 226 111 180 0 0.51 0.20 0.11 324 0.66 0.66
Hex E2 6F B4 0 33 14 B 144 42 42
Octal 342 157 264 0 63 24 13 504 102 102
Binary 11100010 1101111 10110100 0 110011 10100 1011 101000100 1000010 1000010

Color Harmonies of #E26FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26FB4

Black with #E26FB4

Text Example


Text Example

White with #E26FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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