Html Css Color HEX #E271B2 Persian Pink

📋 copy color: '#E271B2'

red 226 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #E271B2

Tints of Persian Pink #E271B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.43%

R = 43.71%
G = 21.86%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E271B2 (or 0xE271B2) is known color: Persian Pink. HEX triplet: E2, 71 and B2. RGB value is (226,113,178). Sum of RGB (Red+Green+Blue) = 226+113+178=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271B2 is #1D8E4D. Grayscale: #9A9A9A. Windows color (decimal): -1936974 or 11694562. OLE color: 11694562.

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

Color convert

RGB 226 113 178 -
CMYK 0 0.5 0.21 0.11
HSL 325.49º 0.66% 0.66% -
HSV(B) 325.49º 0.5% 0.89% -
XYZ 45.31 31.19 45.75 -
YUV 154.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 226 113 178 0 0.5 0.21 0.11 325.49 0.66 0.66
Hex E2 71 B2 0 32 15 B 145 42 42
Octal 342 161 262 0 62 25 13 505 102 102
Binary 11100010 1110001 10110010 0 110010 10101 1011 101000101 1000010 1000010

Color Harmonies of #E271B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B2

Black with #E271B2

Text Example


Text Example

White with #E271B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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