Html Css Color HEX #E082BC Persian Pink

📋 copy color: '#E082BC'

red 224 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #E082BC

Tints of Persian Pink #E082BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 41.33%
G = 23.99%
B = 34.69%

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

#E082BC (or 0xE082BC) is known color: Persian Pink. HEX triplet: E0, 82 and BC. RGB value is (224,130,188). Sum of RGB (Red+Green+Blue) = 224+130+188=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E082BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082BC is #1F7D43. Grayscale: #A4A4A4. Windows color (decimal): -2063684 or 12354272. OLE color: 12354272.

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

Color convert

RGB 224 130 188 -
CMYK 0 0.42 0.16 0.12
HSL 322.98º 0.6% 0.69% -
HSV(B) 322.98º 0.42% 0.88% -
XYZ 47.8 35.44 51.9 -
YUV 164.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 224 130 188 0 0.42 0.16 0.12 322.98 0.6 0.69
Hex E0 82 BC 0 2A 10 C 143 3C 45
Octal 340 202 274 0 52 20 14 503 74 105
Binary 11100000 10000010 10111100 0 101010 10000 1100 101000011 111100 1000101

Color Harmonies of #E082BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082BC

Black with #E082BC

Text Example


Text Example

White with #E082BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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