Html Css Color HEX #E272B2 Persian Pink

📋 copy color: '#E272B2'

red 226 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #E272B2

Tints of Persian Pink #E272B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.36%

R = 43.63%
G = 22.01%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#E272B2 (or 0xE272B2) is known color: Persian Pink. HEX triplet: E2, 72 and B2. RGB value is (226,114,178). Sum of RGB (Red+Green+Blue) = 226+114+178=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E272B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272B2 is #1D8D4D. Grayscale: #9A9A9A. Windows color (decimal): -1936718 or 11694818. OLE color: 11694818.

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

Color convert

RGB 226 114 178 -
CMYK 0 0.50 0.21 0.11
HSL 325.71º 0.66% 0.67% -
HSV(B) 325.71º 0.5% 0.89% -
XYZ 45.42 31.42 45.79 -
YUV 154.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 226 114 178 0 0.50 0.21 0.11 325.71 0.66 0.67
Hex E2 72 B2 0 32 15 B 146 42 43
Octal 342 162 262 0 62 25 13 506 102 103
Binary 11100010 1110010 10110010 0 110010 10101 1011 101000110 1000010 1000011

Color Harmonies of #E272B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272B2

Black with #E272B2

Text Example


Text Example

White with #E272B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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