Html Css Color HEX #E081BD Persian Pink

📋 copy color: '#E081BD'

red 224 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #E081BD

Tints of Persian Pink #E081BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.87%

R = 41.33%
G = 23.8%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E081BD (or 0xE081BD) is known color: Persian Pink. HEX triplet: E0, 81 and BD. RGB value is (224,129,189). Sum of RGB (Red+Green+Blue) = 224+129+189=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E081BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081BD is #1F7E42. Grayscale: #A4A4A4. Windows color (decimal): -2063939 or 12419552. OLE color: 12419552.

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

Color convert

RGB 224 129 189 -
CMYK 0 0.42 0.16 0.12
HSL 322.11º 0.61% 0.69% -
HSV(B) 322.11º 0.42% 0.88% -
XYZ 47.78 35.22 52.42 -
YUV 164.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 224 129 189 0 0.42 0.16 0.12 322.11 0.61 0.69
Hex E0 81 BD 0 2A 10 C 142 3D 45
Octal 340 201 275 0 52 20 14 502 75 105
Binary 11100000 10000001 10111101 0 101010 10000 1100 101000010 111101 1000101

Color Harmonies of #E081BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081BD

Black with #E081BD

Text Example


Text Example

White with #E081BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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