Html Css Color HEX #E271B4 Persian Pink

📋 copy color: '#E271B4'

red 226 ◦ green 113 ◦ blue 180

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

Shades of Persian Pink #E271B4

Tints of Persian Pink #E271B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 43.55%
G = 21.77%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E271B4 (or 0xE271B4) is known color: Persian Pink. HEX triplet: E2, 71 and B4. RGB value is (226,113,180). Sum of RGB (Red+Green+Blue) = 226+113+180=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E271B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271B4 is #1D8E4B. Grayscale: #9A9A9A. Windows color (decimal): -1936972 or 11825634. OLE color: 11825634.

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

Color convert

RGB 226 113 180 -
CMYK 0 0.5 0.20 0.11
HSL 324.42º 0.66% 0.66% -
HSV(B) 324.42º 0.5% 0.89% -
XYZ 45.51 31.27 46.82 -
YUV 154.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 226 113 180 0 0.5 0.20 0.11 324.42 0.66 0.66
Hex E2 71 B4 0 32 14 B 144 42 42
Octal 342 161 264 0 62 24 13 504 102 102
Binary 11100010 1110001 10110100 0 110010 10100 1011 101000100 1000010 1000010

Color Harmonies of #E271B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E271B4

Black with #E271B4

Text Example


Text Example

White with #E271B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E271B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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