Html Css Color HEX #E082B5 Persian Pink

📋 copy color: '#E082B5'

red 224 ◦ green 130 ◦ blue 181

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

Shades of Persian Pink #E082B5

Tints of Persian Pink #E082B5

RGB

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

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

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

R = 41.87%
G = 24.3%
B = 33.83%

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

#E082B5 (or 0xE082B5) is known color: Persian Pink. HEX triplet: E0, 82 and B5. RGB value is (224,130,181). Sum of RGB (Red+Green+Blue) = 224+130+181=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E082B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082B5 is #1F7D4A. Grayscale: #A3A3A3. Windows color (decimal): -2063691 or 11895520. OLE color: 11895520.

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

Color convert

RGB 224 130 181 -
CMYK 0 0.42 0.19 0.12
HSL 327.45º 0.6% 0.69% -
HSV(B) 327.45º 0.42% 0.88% -
XYZ 47.06 35.15 48.02 -
YUV 163.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 224 130 181 0 0.42 0.19 0.12 327.45 0.6 0.69
Hex E0 82 B5 0 2A 13 C 147 3C 45
Octal 340 202 265 0 52 23 14 507 74 105
Binary 11100000 10000010 10110101 0 101010 10011 1100 101000111 111100 1000101

Color Harmonies of #E082B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082B5

Black with #E082B5

Text Example


Text Example

White with #E082B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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