Html Css Color HEX #E873C2 Persian Pink

📋 copy color: '#E873C2'

red 232 ◦ green 115 ◦ blue 194

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

Shades of Persian Pink #E873C2

Tints of Persian Pink #E873C2

RGB

 RED value IS 232 (91.02% from 255) = 42.88%

 GREEN value IS 115 (45.31% from 255) = 21.26%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 42.88%
G = 21.26%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E873C2 (or 0xE873C2) is known color: Persian Pink. HEX triplet: E8, 73 and C2. RGB value is (232,115,194). Sum of RGB (Red+Green+Blue) = 232+115+194=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E873C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873C2 is #178C3D. Grayscale: #9E9E9E. Windows color (decimal): -1543230 or 12743656. OLE color: 12743656.

HSL color Cylindrical-coordinate representation of color #E873C2: hue angle of 319.49º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873C2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 115 194 -
CMYK 0 0.50 0.16 0.09
HSL 319.49º 0.72% 0.68% -
HSV(B) 319.49º 0.5% 0.91% -
XYZ 49.15 33.31 54.88 -
YUV 158.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 232 115 194 0 0.50 0.16 0.09 319.49 0.72 0.68
Hex E8 73 C2 0 32 10 9 13F 48 44
Octal 350 163 302 0 62 20 11 477 110 104
Binary 11101000 1110011 11000010 0 110010 10000 1001 100111111 1001000 1000100

Color Harmonies of #E873C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E873C2

Black with #E873C2

Text Example


Text Example

White with #E873C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E873C2; }

 p { color: rgb(232,115,194); }

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

background-color css

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

 a { background-color: rgb(232,115,194); }

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

border-color css

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

 span { border-color: rgb(232,115,194); }

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