Html Css Color HEX #E272B1 Persian Pink

📋 copy color: '#E272B1'

red 226 ◦ green 114 ◦ blue 177

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

Shades of Persian Pink #E272B1

Tints of Persian Pink #E272B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 43.71%
G = 22.05%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E272B1 (or 0xE272B1) is known color: Persian Pink. HEX triplet: E2, 72 and B1. RGB value is (226,114,177). Sum of RGB (Red+Green+Blue) = 226+114+177=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E272B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272B1 is #1D8D4E. Grayscale: #9A9A9A. Windows color (decimal): -1936719 or 11629282. OLE color: 11629282.

HSL color Cylindrical-coordinate representation of color #E272B1: hue angle of 326.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272B1 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 177 -
CMYK 0 0.50 0.22 0.11
HSL 326.25º 0.66% 0.67% -
HSV(B) 326.25º 0.5% 0.89% -
XYZ 45.32 31.38 45.26 -
YUV 154.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 226 114 177 0 0.50 0.22 0.11 326.25 0.66 0.67
Hex E2 72 B1 0 32 16 B 146 42 43
Octal 342 162 261 0 62 26 13 506 102 103
Binary 11100010 1110010 10110001 0 110010 10110 1011 101000110 1000010 1000011

Color Harmonies of #E272B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272B1

Black with #E272B1

Text Example


Text Example

White with #E272B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272B1; }

 p { color: rgb(226,114,177); }

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

background-color css

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

 a { background-color: rgb(226,114,177); }

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

border-color css

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

 span { border-color: rgb(226,114,177); }

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