Html Css Color HEX #E271BE Persian Pink

📋 copy color: '#E271BE'

red 226 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E271BE

Tints of Persian Pink #E271BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.92%

R = 42.72%
G = 21.36%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E271BE (or 0xE271BE) is known color: Persian Pink. HEX triplet: E2, 71 and BE. RGB value is (226,113,190). Sum of RGB (Red+Green+Blue) = 226+113+190=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E271BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271BE is #1D8E41. Grayscale: #9B9B9B. Windows color (decimal): -1936962 or 12480994. OLE color: 12480994.

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

Color convert

RGB 226 113 190 -
CMYK 0 0.5 0.16 0.11
HSL 319.12º 0.66% 0.66% -
HSV(B) 319.12º 0.5% 0.89% -
XYZ 46.56 31.7 52.38 -
YUV 155.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 226 113 190 0 0.5 0.16 0.11 319.12 0.66 0.66
Hex E2 71 BE 0 32 10 B 13F 42 42
Octal 342 161 276 0 62 20 13 477 102 102
Binary 11100010 1110001 10111110 0 110010 10000 1011 100111111 1000010 1000010

Color Harmonies of #E271BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271BE

Black with #E271BE

Text Example


Text Example

White with #E271BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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