Html Css Color HEX #E271B9 Persian Pink

📋 copy color: '#E271B9'

red 226 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #E271B9

Tints of Persian Pink #E271B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 43.13%
G = 21.56%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E271B9 (or 0xE271B9) is known color: Persian Pink. HEX triplet: E2, 71 and B9. RGB value is (226,113,185). Sum of RGB (Red+Green+Blue) = 226+113+185=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B9 is #1D8E46. Grayscale: #9A9A9A. Windows color (decimal): -1936967 or 12153314. OLE color: 12153314.

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

Color convert

RGB 226 113 185 -
CMYK 0 0.5 0.18 0.11
HSL 321.77º 0.66% 0.66% -
HSV(B) 321.77º 0.5% 0.89% -
XYZ 46.03 31.48 49.55 -
YUV 155 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 226 113 185 0 0.5 0.18 0.11 321.77 0.66 0.66
Hex E2 71 B9 0 32 12 B 142 42 42
Octal 342 161 271 0 62 22 13 502 102 102
Binary 11100010 1110001 10111001 0 110010 10010 1011 101000010 1000010 1000010

Color Harmonies of #E271B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B9

Black with #E271B9

Text Example


Text Example

White with #E271B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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