Html Css Color HEX #E271B7 Persian Pink

📋 copy color: '#E271B7'

red 226 ◦ green 113 ◦ blue 183

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

Shades of Persian Pink #E271B7

Tints of Persian Pink #E271B7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.65%

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

R = 43.3%
G = 21.65%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E271B7 (or 0xE271B7) is known color: Persian Pink. HEX triplet: E2, 71 and B7. RGB value is (226,113,183). Sum of RGB (Red+Green+Blue) = 226+113+183=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B7 is #1D8E48. Grayscale: #9A9A9A. Windows color (decimal): -1936969 or 12022242. OLE color: 12022242.

HSL color Cylindrical-coordinate representation of color #E271B7: hue angle of 322.83º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271B7 is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 113 183 -
CMYK 0 0.5 0.19 0.11
HSL 322.83º 0.66% 0.66% -
HSV(B) 322.83º 0.5% 0.89% -
XYZ 45.82 31.4 48.45 -
YUV 154.77 143.94 178.81 -
System Red Green Blue C M Y K H S L
Decimal 226 113 183 0 0.5 0.19 0.11 322.83 0.66 0.66
Hex E2 71 B7 0 32 13 B 143 42 42
Octal 342 161 267 0 62 23 13 503 102 102
Binary 11100010 1110001 10110111 0 110010 10011 1011 101000011 1000010 1000010

Color Harmonies of #E271B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B7

Black with #E271B7

Text Example


Text Example

White with #E271B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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