Html Css Color HEX #E280B5 Persian Pink

📋 copy color: '#E280B5'

red 226 ◦ green 128 ◦ blue 181

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

Shades of Persian Pink #E280B5

Tints of Persian Pink #E280B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.83%

R = 42.24%
G = 23.93%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E280B5 (or 0xE280B5) is known color: Persian Pink. HEX triplet: E2, 80 and B5. RGB value is (226,128,181). Sum of RGB (Red+Green+Blue) = 226+128+181=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E280B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280B5 is #1D7F4A. Grayscale: #A3A3A3. Windows color (decimal): -1933131 or 11895010. OLE color: 11895010.

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

Color convert

RGB 226 128 181 -
CMYK 0 0.43 0.20 0.11
HSL 327.55º 0.63% 0.69% -
HSV(B) 327.55º 0.43% 0.89% -
XYZ 47.42 34.94 47.96 -
YUV 163.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 226 128 181 0 0.43 0.20 0.11 327.55 0.63 0.69
Hex E2 80 B5 0 2B 14 B 148 3F 45
Octal 342 200 265 0 53 24 13 510 77 105
Binary 11100010 10000000 10110101 0 101011 10100 1011 101001000 111111 1000101

Color Harmonies of #E280B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E280B5

Black with #E280B5

Text Example


Text Example

White with #E280B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E280B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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