Html Css Color HEX #E083BD Persian Pink

📋 copy color: '#E083BD'

red 224 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #E083BD

Tints of Persian Pink #E083BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.08%

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

R = 41.18%
G = 24.08%
B = 34.74%

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

#E083BD (or 0xE083BD) is known color: Persian Pink. HEX triplet: E0, 83 and BD. RGB value is (224,131,189). Sum of RGB (Red+Green+Blue) = 224+131+189=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E083BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083BD is #1F7C42. Grayscale: #A5A5A5. Windows color (decimal): -2063427 or 12420064. OLE color: 12420064.

HSL color Cylindrical-coordinate representation of color #E083BD: hue angle of 322.58º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083BD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 131 189 -
CMYK 0 0.42 0.16 0.12
HSL 322.58º 0.6% 0.7% -
HSV(B) 322.58º 0.42% 0.88% -
XYZ 48.04 35.75 52.51 -
YUV 165.42 141.31 169.78 -
System Red Green Blue C M Y K H S L
Decimal 224 131 189 0 0.42 0.16 0.12 322.58 0.6 0.7
Hex E0 83 BD 0 2A 10 C 143 3C 46
Octal 340 203 275 0 52 20 14 503 74 106
Binary 11100000 10000011 10111101 0 101010 10000 1100 101000011 111100 1000110

Color Harmonies of #E083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083BD

Black with #E083BD

Text Example


Text Example

White with #E083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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