Html Css Color HEX #E082BD Persian Pink

📋 copy color: '#E082BD'

red 224 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #E082BD

Tints of Persian Pink #E082BD

RGB

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

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

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

R = 41.25%
G = 23.94%
B = 34.81%

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

#E082BD (or 0xE082BD) is known color: Persian Pink. HEX triplet: E0, 82 and BD. RGB value is (224,130,189). Sum of RGB (Red+Green+Blue) = 224+130+189=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E082BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082BD is #1F7D42. Grayscale: #A4A4A4. Windows color (decimal): -2063683 or 12419808. OLE color: 12419808.

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

Color convert

RGB 224 130 189 -
CMYK 0 0.42 0.16 0.12
HSL 322.34º 0.6% 0.69% -
HSV(B) 322.34º 0.42% 0.88% -
XYZ 47.91 35.49 52.47 -
YUV 164.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 224 130 189 0 0.42 0.16 0.12 322.34 0.6 0.69
Hex E0 82 BD 0 2A 10 C 142 3C 45
Octal 340 202 275 0 52 20 14 502 74 105
Binary 11100000 10000010 10111101 0 101010 10000 1100 101000010 111100 1000101

Color Harmonies of #E082BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082BD

Black with #E082BD

Text Example


Text Example

White with #E082BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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