Html Css Color HEX #E280BE Persian Pink

📋 copy color: '#E280BE'

red 226 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #E280BE

Tints of Persian Pink #E280BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 41.54%
G = 23.53%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E280BE (or 0xE280BE) is known color: Persian Pink. HEX triplet: E2, 80 and BE. RGB value is (226,128,190). Sum of RGB (Red+Green+Blue) = 226+128+190=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E280BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280BE is #1D7F41. Grayscale: #A4A4A4. Windows color (decimal): -1933122 or 12484834. OLE color: 12484834.

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

Color convert

RGB 226 128 190 -
CMYK 0 0.43 0.16 0.11
HSL 322.04º 0.63% 0.69% -
HSV(B) 322.04º 0.43% 0.89% -
XYZ 48.38 35.32 52.98 -
YUV 164.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 226 128 190 0 0.43 0.16 0.11 322.04 0.63 0.69
Hex E2 80 BE 0 2B 10 B 142 3F 45
Octal 342 200 276 0 53 20 13 502 77 105
Binary 11100010 10000000 10111110 0 101011 10000 1011 101000010 111111 1000101

Color Harmonies of #E280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280BE

Black with #E280BE

Text Example


Text Example

White with #E280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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