Html Css Color HEX #E082B6 Persian Pink

📋 copy color: '#E082B6'

red 224 ◦ green 130 ◦ blue 182

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

Shades of Persian Pink #E082B6

Tints of Persian Pink #E082B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 41.79%
G = 24.25%
B = 33.96%

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

#E082B6 (or 0xE082B6) is known color: Persian Pink. HEX triplet: E0, 82 and B6. RGB value is (224,130,182). Sum of RGB (Red+Green+Blue) = 224+130+182=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E082B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082B6 is #1F7D49. Grayscale: #A3A3A3. Windows color (decimal): -2063690 or 11961056. OLE color: 11961056.

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

Color convert

RGB 224 130 182 -
CMYK 0 0.42 0.19 0.12
HSL 326.81º 0.6% 0.69% -
HSV(B) 326.81º 0.42% 0.88% -
XYZ 47.17 35.19 48.56 -
YUV 164.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 224 130 182 0 0.42 0.19 0.12 326.81 0.6 0.69
Hex E0 82 B6 0 2A 13 C 147 3C 45
Octal 340 202 266 0 52 23 14 507 74 105
Binary 11100000 10000010 10110110 0 101010 10011 1100 101000111 111100 1000101

Color Harmonies of #E082B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082B6

Black with #E082B6

Text Example


Text Example

White with #E082B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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