Html Css Color HEX #E271B1 Persian Pink

📋 copy color: '#E271B1'

red 226 ◦ green 113 ◦ blue 177

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

Shades of Persian Pink #E271B1

Tints of Persian Pink #E271B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 43.8%
G = 21.9%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E271B1 (or 0xE271B1) is known color: Persian Pink. HEX triplet: E2, 71 and B1. RGB value is (226,113,177). Sum of RGB (Red+Green+Blue) = 226+113+177=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271B1 is #1D8E4E. Grayscale: #999999. Windows color (decimal): -1936975 or 11629026. OLE color: 11629026.

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

Color convert

RGB 226 113 177 -
CMYK 0 0.5 0.22 0.11
HSL 326.02º 0.66% 0.66% -
HSV(B) 326.02º 0.5% 0.89% -
XYZ 45.2 31.15 45.23 -
YUV 154.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 226 113 177 0 0.5 0.22 0.11 326.02 0.66 0.66
Hex E2 71 B1 0 32 16 B 146 42 42
Octal 342 161 261 0 62 26 13 506 102 102
Binary 11100010 1110001 10110001 0 110010 10110 1011 101000110 1000010 1000010

Color Harmonies of #E271B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B1

Black with #E271B1

Text Example


Text Example

White with #E271B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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