Html Css Color HEX #E270BA Persian Pink

📋 copy color: '#E270BA'

red 226 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #E270BA

Tints of Persian Pink #E270BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 43.13%
G = 21.37%
B = 35.5%

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

#E270BA (or 0xE270BA) is known color: Persian Pink. HEX triplet: E2, 70 and BA. RGB value is (226,112,186). Sum of RGB (Red+Green+Blue) = 226+112+186=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E270BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270BA is #1D8F45. Grayscale: #9A9A9A. Windows color (decimal): -1937222 or 12218594. OLE color: 12218594.

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

Color convert

RGB 226 112 186 -
CMYK 0 0.50 0.18 0.11
HSL 321.05º 0.66% 0.66% -
HSV(B) 321.05º 0.5% 0.89% -
XYZ 46.02 31.3 50.07 -
YUV 154.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 226 112 186 0 0.50 0.18 0.11 321.05 0.66 0.66
Hex E2 70 BA 0 32 12 B 141 42 42
Octal 342 160 272 0 62 22 13 501 102 102
Binary 11100010 1110000 10111010 0 110010 10010 1011 101000001 1000010 1000010

Color Harmonies of #E270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270BA

Black with #E270BA

Text Example


Text Example

White with #E270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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