Html Css Color HEX #E272BA Persian Pink

📋 copy color: '#E272BA'

red 226 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E272BA

Tints of Persian Pink #E272BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 42.97%
G = 21.67%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E272BA (or 0xE272BA) is known color: Persian Pink. HEX triplet: E2, 72 and BA. RGB value is (226,114,186). Sum of RGB (Red+Green+Blue) = 226+114+186=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E272BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E272BA is #1D8D45. Grayscale: #9B9B9B. Windows color (decimal): -1936710 or 12219106. OLE color: 12219106.

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

Color convert

RGB 226 114 186 -
CMYK 0 0.50 0.18 0.11
HSL 321.43º 0.66% 0.67% -
HSV(B) 321.43º 0.5% 0.89% -
XYZ 46.24 31.75 50.15 -
YUV 155.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 226 114 186 0 0.50 0.18 0.11 321.43 0.66 0.67
Hex E2 72 BA 0 32 12 B 141 42 43
Octal 342 162 272 0 62 22 13 501 102 103
Binary 11100010 1110010 10111010 0 110010 10010 1011 101000001 1000010 1000011

Color Harmonies of #E272BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272BA

Black with #E272BA

Text Example


Text Example

White with #E272BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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