Html Css Color HEX #E082BF Persian Pink

📋 copy color: '#E082BF'

red 224 ◦ green 130 ◦ blue 191

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

Shades of Persian Pink #E082BF

Tints of Persian Pink #E082BF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

 BLUE value IS 191 (75% from 255) = 35.05%

R = 41.1%
G = 23.85%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E082BF (or 0xE082BF) is known color: Persian Pink. HEX triplet: E0, 82 and BF. RGB value is (224,130,191). Sum of RGB (Red+Green+Blue) = 224+130+191=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E082BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082BF is #1F7D40. Grayscale: #A4A4A4. Windows color (decimal): -2063681 or 12550880. OLE color: 12550880.

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

Color convert

RGB 224 130 191 -
CMYK 0 0.42 0.15 0.12
HSL 321.06º 0.6% 0.69% -
HSV(B) 321.06º 0.42% 0.88% -
XYZ 48.13 35.57 53.62 -
YUV 165.06 142.64 170.04 -
System Red Green Blue C M Y K H S L
Decimal 224 130 191 0 0.42 0.15 0.12 321.06 0.6 0.69
Hex E0 82 BF 0 2A F C 141 3C 45
Octal 340 202 277 0 52 17 14 501 74 105
Binary 11100000 10000010 10111111 0 101010 1111 1100 101000001 111100 1000101

Color Harmonies of #E082BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082BF

Black with #E082BF

Text Example


Text Example

White with #E082BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082BF; }

 p { color: rgb(224,130,191); }

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

background-color css

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

 a { background-color: rgb(224,130,191); }

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

border-color css

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

 span { border-color: rgb(224,130,191); }

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