Html Css Color HEX #E280BA Persian Pink

📋 copy color: '#E280BA'

red 226 ◦ green 128 ◦ blue 186

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

Shades of Persian Pink #E280BA

Tints of Persian Pink #E280BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.7%

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

R = 41.85%
G = 23.7%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E280BA (or 0xE280BA) is known color: Persian Pink. HEX triplet: E2, 80 and BA. RGB value is (226,128,186). Sum of RGB (Red+Green+Blue) = 226+128+186=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BA is #1D7F45. Grayscale: #A3A3A3. Windows color (decimal): -1933126 or 12222690. OLE color: 12222690.

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

Color convert

RGB 226 128 186 -
CMYK 0 0.43 0.18 0.11
HSL 324.49º 0.63% 0.69% -
HSV(B) 324.49º 0.43% 0.89% -
XYZ 47.95 35.15 50.71 -
YUV 163.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 226 128 186 0 0.43 0.18 0.11 324.49 0.63 0.69
Hex E2 80 BA 0 2B 12 B 144 3F 45
Octal 342 200 272 0 53 22 13 504 77 105
Binary 11100010 10000000 10111010 0 101011 10010 1011 101000100 111111 1000101

Color Harmonies of #E280BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280BA

Black with #E280BA

Text Example


Text Example

White with #E280BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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