Html Css Color HEX #E273BA Persian Pink

📋 copy color: '#E273BA'

red 226 ◦ green 115 ◦ blue 186

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

Shades of Persian Pink #E273BA

Tints of Persian Pink #E273BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.82%

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

R = 42.88%
G = 21.82%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E273BA (or 0xE273BA) is known color: Persian Pink. HEX triplet: E2, 73 and BA. RGB value is (226,115,186). Sum of RGB (Red+Green+Blue) = 226+115+186=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E273BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273BA is #1D8C45. Grayscale: #9C9C9C. Windows color (decimal): -1936454 or 12219362. OLE color: 12219362.

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

Color convert

RGB 226 115 186 -
CMYK 0 0.49 0.18 0.11
HSL 321.62º 0.66% 0.67% -
HSV(B) 321.62º 0.49% 0.89% -
XYZ 46.36 31.98 50.18 -
YUV 156.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 226 115 186 0 0.49 0.18 0.11 321.62 0.66 0.67
Hex E2 73 BA 0 31 12 B 142 42 43
Octal 342 163 272 0 61 22 13 502 102 103
Binary 11100010 1110011 10111010 0 110001 10010 1011 101000010 1000010 1000011

Color Harmonies of #E273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273BA

Black with #E273BA

Text Example


Text Example

White with #E273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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