Html Css Color HEX #E081BA Persian Pink

📋 copy color: '#E081BA'

red 224 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #E081BA

Tints of Persian Pink #E081BA

RGB

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

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

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

R = 41.56%
G = 23.93%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E081BA (or 0xE081BA) is known color: Persian Pink. HEX triplet: E0, 81 and BA. RGB value is (224,129,186). Sum of RGB (Red+Green+Blue) = 224+129+186=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E081BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081BA is #1F7E45. Grayscale: #A3A3A3. Windows color (decimal): -2063942 or 12222944. OLE color: 12222944.

HSL color Cylindrical-coordinate representation of color #E081BA: hue angle of 324º 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 #E081BA is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 129 186 -
CMYK 0 0.42 0.17 0.12
HSL 324º 0.61% 0.69% -
HSV(B) 324º 0.42% 0.88% -
XYZ 47.45 35.09 50.73 -
YUV 163.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 224 129 186 0 0.42 0.17 0.12 324 0.61 0.69
Hex E0 81 BA 0 2A 11 C 144 3D 45
Octal 340 201 272 0 52 21 14 504 75 105
Binary 11100000 10000001 10111010 0 101010 10001 1100 101000100 111101 1000101

Color Harmonies of #E081BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081BA

Black with #E081BA

Text Example


Text Example

White with #E081BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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