Html Css Color HEX #E081B5 Persian Pink

📋 copy color: '#E081B5'

red 224 ◦ green 129 ◦ blue 181

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

Shades of Persian Pink #E081B5

Tints of Persian Pink #E081B5

RGB

 RED value IS 224 (87.89% from 255) = 41.95%

 GREEN value IS 129 (50.78% from 255) = 24.16%

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

R = 41.95%
G = 24.16%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E081B5 (or 0xE081B5) is known color: Persian Pink. HEX triplet: E0, 81 and B5. RGB value is (224,129,181). Sum of RGB (Red+Green+Blue) = 224+129+181=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E081B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081B5 is #1F7E4A. Grayscale: #A3A3A3. Windows color (decimal): -2063947 or 11895264. OLE color: 11895264.

HSL color Cylindrical-coordinate representation of color #E081B5: hue angle of 327.16º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081B5 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 181 -
CMYK 0 0.42 0.19 0.12
HSL 327.16º 0.61% 0.69% -
HSV(B) 327.16º 0.42% 0.88% -
XYZ 46.93 34.88 47.98 -
YUV 163.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 224 129 181 0 0.42 0.19 0.12 327.16 0.61 0.69
Hex E0 81 B5 0 2A 13 C 147 3D 45
Octal 340 201 265 0 52 23 14 507 75 105
Binary 11100000 10000001 10110101 0 101010 10011 1100 101000111 111101 1000101

Color Harmonies of #E081B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081B5

Black with #E081B5

Text Example


Text Example

White with #E081B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081B5; }

 p { color: rgb(224,129,181); }

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

background-color css

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

 a { background-color: rgb(224,129,181); }

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

border-color css

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

 span { border-color: rgb(224,129,181); }

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