Html Css Color HEX #E271B6 Persian Pink

📋 copy color: '#E271B6'

red 226 ◦ green 113 ◦ blue 182

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

Shades of Persian Pink #E271B6

Tints of Persian Pink #E271B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.93%

R = 43.38%
G = 21.69%
B = 34.93%

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

#E271B6 (or 0xE271B6) is known color: Persian Pink. HEX triplet: E2, 71 and B6. RGB value is (226,113,182). Sum of RGB (Red+Green+Blue) = 226+113+182=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B6 is #1D8E49. Grayscale: #9A9A9A. Windows color (decimal): -1936970 or 11956706. OLE color: 11956706.

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

Color convert

RGB 226 113 182 -
CMYK 0 0.5 0.19 0.11
HSL 323.36º 0.66% 0.66% -
HSV(B) 323.36º 0.5% 0.89% -
XYZ 45.71 31.36 47.9 -
YUV 154.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 226 113 182 0 0.5 0.19 0.11 323.36 0.66 0.66
Hex E2 71 B6 0 32 13 B 143 42 42
Octal 342 161 266 0 62 23 13 503 102 102
Binary 11100010 1110001 10110110 0 110010 10011 1011 101000011 1000010 1000010

Color Harmonies of #E271B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B6

Black with #E271B6

Text Example


Text Example

White with #E271B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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