Html Css Color HEX #E983C0 Persian Pink

📋 copy color: '#E983C0'

red 233 ◦ green 131 ◦ blue 192

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

Shades of Persian Pink #E983C0

Tints of Persian Pink #E983C0

RGB

 RED value IS 233 (91.41% from 255) = 41.91%

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

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 41.91%
G = 23.56%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E983C0 (or 0xE983C0) is known color: Persian Pink. HEX triplet: E9, 83 and C0. RGB value is (233,131,192). Sum of RGB (Red+Green+Blue) = 233+131+192=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E983C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E983C0 is #167C3F. Grayscale: #A8A8A8. Windows color (decimal): -1473600 or 12616681. OLE color: 12616681.

HSL color Cylindrical-coordinate representation of color #E983C0: hue angle of 324.12º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E983C0 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 131 192 -
CMYK 0 0.44 0.18 0.09
HSL 324.12º 0.7% 0.71% -
HSV(B) 324.12º 0.44% 0.91% -
XYZ 51.24 37.36 54.38 -
YUV 168.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 233 131 192 0 0.44 0.18 0.09 324.12 0.7 0.71
Hex E9 83 C0 0 2C 12 9 144 46 47
Octal 351 203 300 0 54 22 11 504 106 107
Binary 11101001 10000011 11000000 0 101100 10010 1001 101000100 1000110 1000111

Color Harmonies of #E983C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E983C0

Black with #E983C0

Text Example


Text Example

White with #E983C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E983C0; }

 p { color: rgb(233,131,192); }

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

background-color css

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

 a { background-color: rgb(233,131,192); }

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

border-color css

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

 span { border-color: rgb(233,131,192); }

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